opencode.json 271 B

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