opencode.json 321 B

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