From 9132cd224d909f37564610a54c6d365d0c665dbf Mon Sep 17 00:00:00 2001 From: Waleed Date: Sun, 19 Oct 2025 10:40:58 -0700 Subject: [PATCH] fix(mcp): add workflow id to agent-handler for mcp tools (#1694) --- apps/sim/executor/handlers/agent/agent-handler.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/sim/executor/handlers/agent/agent-handler.ts b/apps/sim/executor/handlers/agent/agent-handler.ts index 0fe1791b1..afde55316 100644 --- a/apps/sim/executor/handlers/agent/agent-handler.ts +++ b/apps/sim/executor/handlers/agent/agent-handler.ts @@ -323,6 +323,7 @@ export class AgentBlockHandler implements BlockHandler { toolName, arguments: { ...params, ...callParams }, workspaceId: context.workspaceId, + workflowId: context.workflowId, }), })