chore(mcp/context7): switch to local server

This commit is contained in:
2025-07-08 10:13:14 +01:00
parent 0ffcbf40e6
commit a944aac6ec
3 changed files with 25 additions and 5 deletions

View File

@@ -1,9 +1,17 @@
{
"mcpServers": {
"context7": {
"url": "https://mcp.context7.com/mcp"
"type": "stdio",
"command": "mise",
"args": [
"x",
"npm:@upstash/context7-mcp",
"--",
"context7-mcp"
]
},
"sequential-thinking": {
"type": "stdio",
"command": "mise",
"args": [
"x",

View File

@@ -1,8 +1,14 @@
{
"servers": {
"context7": {
"type": "http",
"url": "https://mcp.context7.com/mcp"
"type": "stdio",
"command": "mise",
"args": [
"x",
"npm:@upstash/context7-mcp",
"--",
"context7-mcp"
]
},
"sequential-thinking": {
"type": "stdio",

View File

@@ -282,8 +282,14 @@
"mcp": {
"servers": {
"context7": {
"type": "http",
"url": "https://mcp.context7.com/mcp"
"type": "stdio",
"command": "mise",
"args": [
"x",
"npm:@upstash/context7-mcp",
"--",
"context7-mcp"
]
},
"sequential-thinking": {
"type": "stdio",