opencode.jsonc 599 B

12345678910111213141516171819202122232425262728
  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. // "baseURL": "http://localhost:8080",
  12. },
  13. },
  14. },
  15. "mcp": {
  16. "exa": {
  17. "type": "remote",
  18. "url": "https://mcp.exa.ai/mcp",
  19. },
  20. "morph": {
  21. "type": "local",
  22. "command": ["bunx", "@morphllm/morphmcp"],
  23. "environment": {
  24. "ENABLED_TOOLS": "warp_grep",
  25. },
  26. },
  27. },
  28. }