Skip to content

Commit d8f0ddf

Browse files
committed
chore: add repo-local opencode config
1 parent a8c278b commit d8f0ddf

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

opencode.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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

Comments
 (0)