|
| 1 | +{ |
| 2 | + "$schema": "https://opencode.ai/config.json", |
| 3 | + "mcp": { |
| 4 | + "agent-hub": {"type": "local", "command": ["npx", "-y", "agent-hub-mcp@latest"], "enabled": true}, |
| 5 | + "context-mode": {"type": "local", "command": ["context-mode"], "enabled": true}, |
| 6 | + "context7": {"type": "remote", "url": "https://mcp.context7.com/mcp", "enabled": true}, |
| 7 | + "github": {"type": "remote", "url": "https://api.githubcopilot.com/mcp/", "enabled": true, "headers": {"Authorization": "Bearer {env:GITHUB_TOKEN}"}}, |
| 8 | + "opencode-docs": {"enabled": false}, |
| 9 | + "opentofu-docs": {"enabled": false}, |
| 10 | + "aws-docs": {"enabled": false}, |
| 11 | + "kubernetes": {"enabled": false}, |
| 12 | + "tmux": {"enabled": false}, |
| 13 | + "linear": {"enabled": false}, |
| 14 | + "notion": {"enabled": false}, |
| 15 | + "aws-api-staging": {"enabled": false}, |
| 16 | + "aws-api-prod": {"enabled": false}, |
| 17 | + "grafana": {"enabled": false}, |
| 18 | + "terraform-docs": {"enabled": false}, |
| 19 | + "argocd-staging-eks": {"enabled": false}, |
| 20 | + "argocd-prod-eks": {"enabled": false} |
| 21 | + }, |
| 22 | + "tools": { |
| 23 | + "opencode-docs_*": false, |
| 24 | + "opentofu-docs_*": false, |
| 25 | + "aws-docs_*": false, |
| 26 | + "kubernetes_*": false, |
| 27 | + "tmux_*": false, |
| 28 | + "linear_*": false, |
| 29 | + "notion_*": false, |
| 30 | + "aws-api-staging_*": false, |
| 31 | + "aws-api-prod_*": false, |
| 32 | + "grafana_*": false, |
| 33 | + "terraform-docs_*": false, |
| 34 | + "argocd-staging-eks_*": false, |
| 35 | + "argocd-prod-eks_*": false |
| 36 | + } |
| 37 | +} |
0 commit comments