chore: apply config changes after restoring to checkpoint 8d1d22d

pull/819/head
Pavan Kumar 2 days ago committed by ascender1729
parent 86cb09ad76
commit 757ad598db

@ -38,6 +38,14 @@ name = "Test MCP Integration"
author = 13983571
mode = "sequential"
[[workflows.workflow.tasks]]
task = "shell.exec"
args = "python examples/mcp_example/math_server.py & "
[[workflows.workflow.tasks]]
task = "shell.exec"
args = "sleep 2"
[[workflows.workflow.tasks]]
task = "shell.exec"
args = "python examples/mcp_example/test_integration.py"

Loading…
Cancel
Save