You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
85 lines
1.8 KiB
85 lines
1.8 KiB
modules = ["python-3.10", "bash"]
|
|
|
|
[nix]
|
|
channel = "stable-24_05"
|
|
|
|
[workflows]
|
|
runButton = "Run Mock MCP System"
|
|
|
|
[[workflows.workflow]]
|
|
name = "Run MCP Tests"
|
|
author = 13983571
|
|
mode = "sequential"
|
|
|
|
[[workflows.workflow.tasks]]
|
|
task = "shell.exec"
|
|
args = "python -m pytest tests/tools/test_mcp_integration.py -v"
|
|
|
|
[[workflows.workflow]]
|
|
name = "Run Interactive Agents"
|
|
author = 13983571
|
|
mode = "sequential"
|
|
|
|
[[workflows.workflow.tasks]]
|
|
task = "shell.exec"
|
|
args = "python -m pytest tests/tools/test_mcp_integration.py::test_interactive_multi_agent_mcp -s"
|
|
|
|
[[workflows.workflow]]
|
|
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"
|
|
|
|
[[workflows.workflow]]
|
|
name = "Run MCP Test"
|
|
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"
|
|
|
|
[[workflows.workflow]]
|
|
name = "Run Mock MCP System"
|
|
author = 13983571
|
|
mode = "sequential"
|
|
|
|
[[workflows.workflow.tasks]]
|
|
task = "shell.exec"
|
|
args = "python examples/mcp_example/mock_stock_server.py &"
|
|
|
|
[[workflows.workflow.tasks]]
|
|
task = "shell.exec"
|
|
args = "sleep 2"
|
|
|
|
[[workflows.workflow.tasks]]
|
|
task = "shell.exec"
|
|
args = "python examples/mcp_example/mock_math_server.py &"
|
|
|
|
[[workflows.workflow.tasks]]
|
|
task = "shell.exec"
|
|
args = "sleep 2"
|
|
|
|
[[workflows.workflow.tasks]]
|
|
task = "shell.exec"
|
|
args = "python examples/mcp_example/mock_multi_agent.py"
|