Skip to content

Commit 9132cd2

Browse files
authored
fix(mcp): add workflow id to agent-handler for mcp tools (#1694)
1 parent c70c32a commit 9132cd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/sim/executor/handlers/agent/agent-handler.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ export class AgentBlockHandler implements BlockHandler {
323323
toolName,
324324
arguments: { ...params, ...callParams },
325325
workspaceId: context.workspaceId,
326+
workflowId: context.workflowId,
326327
}),
327328
})
328329

0 commit comments

Comments
 (0)