opencode.jsonc 234 B

123456789101112
  1. {
  2. "$schema": "https://opencode.ai/config.json",
  3. "mcp": {
  4. "instrument_config": {
  5. "type": "remote",
  6. "url": "http://127.0.0.1:8500/mcp",
  7. "enabled": true,
  8. "oauth": false,
  9. "timeout": 15000
  10. }
  11. }
  12. }