summaryrefslogtreecommitdiffhomepage
path: root/.opencode/opencode.json
diff options
context:
space:
mode:
Diffstat (limited to '.opencode/opencode.json')
-rw-r--r--.opencode/opencode.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/.opencode/opencode.json b/.opencode/opencode.json
new file mode 100644
index 000000000..ae0362547
--- /dev/null
+++ b/.opencode/opencode.json
@@ -0,0 +1,17 @@
+{
+ "$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}"
+ }
+ }
+ }
+}