refactor: Removed the git MCP server and used the newer, better mcp-server-docker for local docker integration
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user