mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 19:30:17 +08:00
fix: mcp params error(issues/6050) (#6058)
This commit is contained in:
parent
05e2666998
commit
3909c3c0e4
@ -412,6 +412,7 @@ export function upsertMCPToolResponse(
|
||||
const cur = {
|
||||
...results[index],
|
||||
response: resp.response,
|
||||
arguments: resp.arguments,
|
||||
status: resp.status
|
||||
}
|
||||
results[index] = cur
|
||||
|
||||
Loading…
Reference in New Issue
Block a user