2
0

opencode.jsonc 434 B

12345678910111213141516171819202122
  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. },
  11. },
  12. "mcp": {
  13. "context7": {
  14. "type": "remote",
  15. "url": "https://mcp.context7.com/mcp",
  16. },
  17. },
  18. "tools": {
  19. "github-triage": false,
  20. "github-pr-search": false,
  21. },
  22. }