From 6e2d79dd32cf14538f9561420d858626a16d7b8e Mon Sep 17 00:00:00 2001 From: DP37 <13983571-DP37@users.noreply.replit.com> Date: Thu, 17 Apr 2025 16:18:47 +0000 Subject: [PATCH] chore: rename workflow button to 'Run MCP Server' in .replit config --- .replit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.replit b/.replit index 9aa01fa8..7a74e339 100644 --- a/.replit +++ b/.replit @@ -4,7 +4,7 @@ modules = ["python-3.10", "bash"] channel = "stable-24_05" [workflows] -runButton = "Test MCP Integration" +runButton = "Run MCP Server" [[workflows.workflow]] name = "Run MCP Tests"