cloudaxe-opencode/opencode.json

17 lines
305 B
JSON
Raw Normal View History

{
"$schema": "https://opencode.ai/config.json",
"agent": {
"build": {}
},
2025-07-07 21:05:16 +00:00
"mcp": {
"context7": {
"type": "remote",
"url": "https://mcp.context7.com/sse"
},
2025-07-07 21:05:16 +00:00
"weather": {
"type": "local",
"command": ["opencode", "x", "@h1deya/mcp-server-weather"]
}
}
}