opencode.jsonc 545 B

1234567891011121314151617181920212223242526
  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. "instructions": ["STYLE_GUIDE.md"],
  8. "provider": {
  9. "opencode": {
  10. "options": {},
  11. },
  12. },
  13. "mcp": {
  14. "exa": {
  15. "type": "remote",
  16. "url": "https://mcp.exa.ai/mcp",
  17. },
  18. "morph": {
  19. "type": "local",
  20. "command": ["bunx", "@morphllm/morphmcp"],
  21. "environment": {
  22. "ENABLED_TOOLS": "warp_grep",
  23. },
  24. },
  25. },
  26. }