From 8d079f6141ed942774ec46526cb4b1fec7244805 Mon Sep 17 00:00:00 2001 From: DP37 <13983571-DP37@users.noreply.replit.com> Date: Thu, 17 Apr 2025 17:54:34 +0000 Subject: [PATCH] test: improve multi-agent MCP testing workflow using pytest --- .replit | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.replit b/.replit index 66558801..b3404bad 100644 --- a/.replit +++ b/.replit @@ -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