allow reading of opencode.json(c) from .opencode/

This commit is contained in:
Aiden Cline
2025-11-07 17:34:38 -06:00
parent b2dd9fdfdf
commit 8cef7940fe
2 changed files with 13 additions and 0 deletions

17
.opencode/opencode.json Normal file
View File

@@ -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}"
}
}
}
}