mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 03:04:21 +01:00
18 lines
391 B
JSON
18 lines
391 B
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}"
|
|
}
|
|
}
|
|
}
|
|
}
|