mirror of
https://github.com/simstudioai/sim.git
synced 2026-02-17 01:42:43 -05:00
fix(mcp): add workflow id to agent-handler for mcp tools (#1694)
This commit is contained in:
@@ -323,6 +323,7 @@ export class AgentBlockHandler implements BlockHandler {
|
||||
toolName,
|
||||
arguments: { ...params, ...callParams },
|
||||
workspaceId: context.workspaceId,
|
||||
workflowId: context.workflowId,
|
||||
}),
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user