diff --git a/.replit b/.replit index 9b2aec89..66558801 100644 --- a/.replit +++ b/.replit @@ -38,6 +38,14 @@ 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"