opencode.jsonc 397 B

1234567891011121314151617181920
  1. {
  2. "$schema": "https://opencode.ai/config.json",
  3. "plugin": ["opencode-openai-codex-auth"],
  4. // "enterprise": {
  5. // "url": "https://enterprise.dev.opencode.ai",
  6. // },
  7. "provider": {
  8. "opencode": {
  9. "options": {
  10. // "baseURL": "http://localhost:8080",
  11. },
  12. },
  13. },
  14. "mcp": {
  15. "exa": {
  16. "type": "remote",
  17. "url": "https://mcp.exa.ai/mcp",
  18. },
  19. },
  20. }