From 757ad598db62d5b8b375f1ee2dbaed30b8308757 Mon Sep 17 00:00:00 2001 From: Pavan Kumar <66913595+ascender1729@users.noreply.github.com> Date: Thu, 17 Apr 2025 17:43:04 +0000 Subject: [PATCH] chore: apply config changes after restoring to checkpoint 8d1d22d --- .replit | 8 ++++++++ 1 file changed, 8 insertions(+) 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"