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.
44 lines
938 B
44 lines
938 B
modules = ["python-3.10", "bash"]
|
|
|
|
[nix]
|
|
channel = "stable-24_05"
|
|
|
|
[workflows]
|
|
runButton = "Run MCP Server"
|
|
|
|
[[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 = "Run MCP Server"
|
|
author = 13983571
|
|
mode = "sequential"
|
|
|
|
[[workflows.workflow.tasks]]
|
|
task = "shell.exec"
|
|
args = "python examples/mcp_example/math_server.py"
|
|
|
|
[[workflows.workflow]]
|
|
name = "Test MCP Integration"
|
|
author = 13983571
|
|
mode = "sequential"
|
|
|
|
[[workflows.workflow.tasks]]
|
|
task = "shell.exec"
|
|
args = "python examples/mcp_example/test_integration.py"
|