mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-06 17:34:58 +01:00
fix: preserve metadata from MCP tool results in tool.execute.after hook (#3573)
This commit is contained in:
@@ -618,7 +618,7 @@ export namespace SessionPrompt {
|
||||
|
||||
return {
|
||||
title: "",
|
||||
metadata: {},
|
||||
metadata: result.metadata ?? {},
|
||||
output,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user