fix(opencode): change context7 to remote

This commit is contained in:
2026-01-07 17:15:41 +01:00
parent 15f780c9e7
commit 0795bba5c4
+5 -2
View File
@@ -20,8 +20,11 @@
},
"mcp": {
"context7": {
"type": "local",
"command": ["npx", "-y", "@upstash/context7-mcp", "--api-key", "YOUR_API_KEY"],
"type": "remote",
"url": "https://mcp.context7.com/mcp",
"headers": {
"CONTEXT7_API_KEY": "YOUR_API_KEY"
},
"enabled": true
}
}