opencode.json 305 B

12345678910111213141516
  1. {
  2. "$schema": "https://opencode.ai/config.json",
  3. "agent": {
  4. "build": {}
  5. },
  6. "mcp": {
  7. "context7": {
  8. "type": "remote",
  9. "url": "https://mcp.context7.com/sse"
  10. },
  11. "weather": {
  12. "type": "local",
  13. "command": ["opencode", "x", "@h1deya/mcp-server-weather"]
  14. }
  15. }
  16. }