diff --git a/cursor/mcp.json b/cursor/mcp.json index 5d54ff6..a101560 100644 --- a/cursor/mcp.json +++ b/cursor/mcp.json @@ -1,8 +1,7 @@ { "mcpServers": { "context7": { - "command": "mise", - "args": ["x", "npm:@upstash/context7-mcp", "--", "context7-mcp"] + "url": "https://mcp.context7.com/mcp" } } } diff --git a/settings.json b/settings.json index 463ef97..b96c837 100644 --- a/settings.json +++ b/settings.json @@ -281,14 +281,7 @@ "mcp": { "servers": { "context7": { - "type": "stdio", - "command": "mise", - "args": [ - "x", - "npm:@upstash/context7-mcp", - "--", - "context7-mcp" - ] + "url": "https://mcp.context7.com/mcp" } } },