From 24e6d1df36bd0f70e1c9458d5cca2eb002bcf589 Mon Sep 17 00:00:00 2001 From: DP37 <13983571-DP37@users.noreply.replit.com> Date: Fri, 18 Apr 2025 15:27:12 +0000 Subject: [PATCH] test(mcp): improve Replit config and add workflow for interactive MCP integration test --- .replit | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.replit b/.replit index e93c2a36..b313d2f1 100644 --- a/.replit +++ b/.replit @@ -24,23 +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 = "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