From 887f415c4b0bd018dd2ea2e7aa6a93d041a91323 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 26 Jun 2025 16:17:19 +0100 Subject: [PATCH] chore(mcp): switch to remove context7 MCP server --- cursor/mcp.json | 3 +-- settings.json | 9 +-------- 2 files changed, 2 insertions(+), 10 deletions(-) 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" } } },