diff options
Diffstat (limited to '.opencode/opencode.json')
| -rw-r--r-- | .opencode/opencode.json | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/.opencode/opencode.json b/.opencode/opencode.json index ae0362547..7da874d36 100644 --- a/.opencode/opencode.json +++ b/.opencode/opencode.json @@ -1,17 +1,4 @@ { "$schema": "https://opencode.ai/config.json", - "plugin": ["opencode-openai-codex-auth"], - "mcp": { - "weather": { - "type": "local", - "command": ["bun", "x", "@h1deya/mcp-server-weather"] - }, - "context7": { - "type": "remote", - "url": "https://mcp.context7.com/mcp", - "headers": { - "CONTEXT7_API_KEY": "{env:CONTEXT7_API_KEY}" - } - } - } + "plugin": ["opencode-openai-codex-auth"] } |
