refactor: Removed the git MCP server and used the newer, better mcp-server-docker for local docker integration

This commit is contained in:
2025-10-24 14:38:13 -06:00
parent 3f1e8003f8
commit a835012673
+1 -5
View File
@@ -14,13 +14,9 @@
"GITHUB_PERSONAL_ACCESS_TOKEN": "{{GITHUB_PERSONAL_ACCESS_TOKEN}}" "GITHUB_PERSONAL_ACCESS_TOKEN": "{{GITHUB_PERSONAL_ACCESS_TOKEN}}"
} }
}, },
"gitmcp": {
"command": "npx",
"args": ["mcp-remote", "https://gitmcp.io/docs"]
},
"docker": { "docker": {
"command": "uvx", "command": "uvx",
"args": ["docker-mcp"] "args": ["mcp-server-docker"]
}, },
"slack": { "slack": {
"command": "npx", "command": "npx",