|
|
@ -38,6 +38,14 @@ name = "Test MCP Integration"
|
|
|
|
author = 13983571
|
|
|
|
author = 13983571
|
|
|
|
mode = "sequential"
|
|
|
|
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]]
|
|
|
|
[[workflows.workflow.tasks]]
|
|
|
|
task = "shell.exec"
|
|
|
|
task = "shell.exec"
|
|
|
|
args = "python examples/mcp_example/test_integration.py"
|
|
|
|
args = "python examples/mcp_example/test_integration.py"
|
|
|
|