chore(mcp): switch to remove context7 MCP server

This commit is contained in:
2025-06-26 16:17:19 +01:00
parent 59768f718e
commit 887f415c4b
2 changed files with 2 additions and 10 deletions

View File

@@ -1,8 +1,7 @@
{
"mcpServers": {
"context7": {
"command": "mise",
"args": ["x", "npm:@upstash/context7-mcp", "--", "context7-mcp"]
"url": "https://mcp.context7.com/mcp"
}
}
}

View File

@@ -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"
}
}
},