fix: pin mcp[cli]<2 to fix ModuleNotFoundError (mcp 2.x renamed FastMCP to MCPServer); keep absolute uv path for GUI-launch PATH resolution

This commit is contained in:
2026-09-02 16:25:17 -05:00
parent 66d2d841b0
commit 0206cb3f18
+2 -2
View File
@@ -1,10 +1,10 @@
{ {
"mcpServers": { "mcpServers": {
"gitlab-mpm": { "gitlab-mpm": {
"command": "uv", "command": "/Users/bryangilliom/.local/bin/uv",
"args": [ "args": [
"run", "run",
"--with", "mcp[cli]", "--with", "mcp[cli]<2",
"--with", "httpx", "--with", "httpx",
"--with", "keyring", "--with", "keyring",
"${CLAUDE_PLUGIN_ROOT}/server/gitlab_mcp.py" "${CLAUDE_PLUGIN_ROOT}/server/gitlab_mcp.py"