remove context7

This commit is contained in:
2026-07-13 12:53:55 +02:00
parent b807ab2022
commit 2f128550fc
6 changed files with 14 additions and 26 deletions
+2 -11
View File
@@ -1,6 +1,6 @@
{
"$schema": "https://opencode.ai/config.json",
"model": "openai/gpt-5.4",
"model": "openai/gpt-5.6-sol",
"default_agent": "ci-plan-creator",
"share": "disabled",
"autoupdate": false,
@@ -14,18 +14,9 @@
"explore": { "disable": true }
},
"mcp": {
"context7": {
"type": "remote",
"url": "https://mcp.context7.com/mcp",
"headers": {
"CONTEXT7_API_KEY": "{env:CONTEXT7_API_KEY}"
},
"enabled": true,
"timeout": 30000
},
"exa": {
"type": "remote",
"url": "https://mcp.exa.ai/mcp?tools=web_search_exa,web_fetch_exa",
"url": "https://mcp.exa.ai/mcp?tools=web_search_exa",
"enabled": true,
"timeout": 30000
},