mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 19:24:22 +01:00
17 lines
305 B
JSON
17 lines
305 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"agent": {
|
|
"build": {}
|
|
},
|
|
"mcp": {
|
|
"context7": {
|
|
"type": "remote",
|
|
"url": "https://mcp.context7.com/sse"
|
|
},
|
|
"weather": {
|
|
"type": "local",
|
|
"command": ["opencode", "x", "@h1deya/mcp-server-weather"]
|
|
}
|
|
}
|
|
}
|