Checkpoint before assistant change: Improved MCP integration testing

Updated the Replit configuration to include a new workflow for testing MCP integration using pytest and updated the existing workflow to improve clarity and efficiency.  The new workflow executes `test_interactive_multi_agent_mcp` from `tests/tools/test_mcp_integration.py`. The old workflow was renamed to "Run MCP Test".

Replit-Commit-Author: Assistant
DP37 3 months ago
parent be9d06e0de
commit 48aac8085e

@ -24,23 +24,6 @@ mode = "sequential"
task = "shell.exec" task = "shell.exec"
args = "python -m pytest tests/tools/test_mcp_integration.py::test_interactive_multi_agent_mcp -s" 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]] [[workflows.workflow]]
name = "Run MCP Test" name = "Run MCP Test"
author = 13983571 author = 13983571

Loading…
Cancel
Save