fix(mcp): add workflow id to agent-handler for mcp tools (#1694)

This commit is contained in:
Waleed
2025-10-19 10:40:58 -07:00
committed by GitHub
parent c70c32a3bd
commit 9132cd224d

View File

@@ -323,6 +323,7 @@ export class AgentBlockHandler implements BlockHandler {
toolName,
arguments: { ...params, ...callParams },
workspaceId: context.workspaceId,
workflowId: context.workflowId,
}),
})