summaryrefslogtreecommitdiffhomepage
path: root/opencode.json
diff options
context:
space:
mode:
authorDax <[email protected]>2025-10-31 15:07:36 -0400
committerGitHub <[email protected]>2025-10-31 15:07:36 -0400
commit96bdeb3c7b04e95ecabaa0253deddd2a22e14afe (patch)
treec37898ee62e8c4f84f5d9abd4c644b1ec7066963 /opencode.json
parent81c617770d8595978b497a9cf3c0a5316b108352 (diff)
downloadopencode-96bdeb3c7b04e95ecabaa0253deddd2a22e14afe.tar.gz
opencode-96bdeb3c7b04e95ecabaa0253deddd2a22e14afe.zip
OpenTUI is here (#2685)
Diffstat (limited to 'opencode.json')
-rw-r--r--opencode.json16
1 files changed, 15 insertions, 1 deletions
diff --git a/opencode.json b/opencode.json
index 720ece5c1..ae0362547 100644
--- a/opencode.json
+++ b/opencode.json
@@ -1,3 +1,17 @@
{
- "$schema": "https://opencode.ai/config.json"
+ "$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}"
+ }
+ }
+ }
}