fix: preserve metadata from MCP tool results in tool.execute.after hook (#3573)

This commit is contained in:
Andrew Pashynnyk
2025-10-30 18:10:42 +02:00
committed by GitHub
parent 6350487417
commit 0821602dc8
+1 -1
View File
@@ -618,7 +618,7 @@ export namespace SessionPrompt {
return {
title: "",
metadata: {},
metadata: result.metadata ?? {},
output,
}
}