diff options
| author | Aiden Cline <[email protected]> | 2025-11-07 17:34:38 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-11-07 17:35:08 -0600 |
| commit | 8cef7940fed5f12cee55a54b7c4c9c0ff1b1a322 (patch) | |
| tree | 100c79d7ba3aad9fa499ed61191c664220f467a3 /opencode.json | |
| parent | b2dd9fdfdf661ebbab678ec900f051f855020f3d (diff) | |
| download | opencode-8cef7940fed5f12cee55a54b7c4c9c0ff1b1a322.tar.gz opencode-8cef7940fed5f12cee55a54b7c4c9c0ff1b1a322.zip | |
allow reading of opencode.json(c) from .opencode/
Diffstat (limited to 'opencode.json')
| -rw-r--r-- | opencode.json | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/opencode.json b/opencode.json deleted file mode 100644 index ae0362547..000000000 --- a/opencode.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "$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}" - } - } - } -} |
