From a8350126731145364f286e4ea3cf4e01bf160c3d Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Fri, 24 Oct 2025 14:38:13 -0600 Subject: [PATCH] refactor: Removed the git MCP server and used the newer, better mcp-server-docker for local docker integration --- assets/functions/mcp.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/assets/functions/mcp.json b/assets/functions/mcp.json index 34cf36f..f7e5604 100644 --- a/assets/functions/mcp.json +++ b/assets/functions/mcp.json @@ -14,13 +14,9 @@ "GITHUB_PERSONAL_ACCESS_TOKEN": "{{GITHUB_PERSONAL_ACCESS_TOKEN}}" } }, - "gitmcp": { - "command": "npx", - "args": ["mcp-remote", "https://gitmcp.io/docs"] - }, "docker": { "command": "uvx", - "args": ["docker-mcp"] + "args": ["mcp-server-docker"] }, "slack": { "command": "npx",