From c088378d7e890ab917b6f0dc830fa557c8df8c86 Mon Sep 17 00:00:00 2001 From: karl Date: Fri, 16 May 2025 16:50:10 +0800 Subject: [PATCH] fix: mcp params error(issues/6050) (#6058) --- src/renderer/src/utils/mcp-tools.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/renderer/src/utils/mcp-tools.ts b/src/renderer/src/utils/mcp-tools.ts index 4c446ffa78..8bdc499135 100644 --- a/src/renderer/src/utils/mcp-tools.ts +++ b/src/renderer/src/utils/mcp-tools.ts @@ -412,6 +412,7 @@ export function upsertMCPToolResponse( const cur = { ...results[index], response: resp.response, + arguments: resp.arguments, status: resp.status } results[index] = cur