mirror of
https://github.com/simstudioai/sim.git
synced 2026-02-06 20:55:23 -05:00
add fallback back
This commit is contained in:
@@ -933,8 +933,8 @@ async function executeMcpTool(
|
||||
)
|
||||
}
|
||||
|
||||
const workspaceId = params._context?.workspaceId
|
||||
const workflowId = params._context?.workflowId
|
||||
const workspaceId = params._context?.workspaceId || executionContext?.workspaceId
|
||||
const workflowId = params._context?.workflowId || executionContext?.workflowId
|
||||
|
||||
if (!workspaceId) {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user