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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user