test: improve multi-agent MCP testing workflow using pytest

pull/819/head
DP37 6 days ago committed by ascender1729
parent 9e62c12662
commit 8d079f6141

@ -24,15 +24,6 @@ mode = "sequential"
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

Loading…
Cancel
Save