-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathopencode.json
More file actions
61 lines (61 loc) · 1.75 KB
/
Copy pathopencode.json
File metadata and controls
61 lines (61 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"$schema": "https://opencode.ai/config.json",
"plugin": [
"@ekroon/opencode-copilot-instructions",
"opencode-froggy",
"opencode-handoff",
"@ramarivera/opencode-model-announcer",
"@slkiser/opencode-quota"
],
"instructions": [
".ai/rules.md",
".ai/commit-rules.md",
".ai/instructions/*.md"
],
"mcp": {
"context7": {
"type": "remote",
"url": "https://mcp.context7.com/mcp",
"enabled": false,
"headers": {
"CONTEXT7_API_KEY": "{env:CONTEXT7_API_KEY}"
}
},
"github": {
"type": "remote",
"url": "https://api.githubcopilot.com/mcp/",
"headers": {
"Authorization": "Bearer {env:GITHUB_TOKEN}",
"X-MCP-Toolsets": "default,actions,discussions,git,github_support_docs_search"
}
},
"mui-mcp": {
"type": "local",
"command": ["bunx", "-y", "@mui/mcp@latest"],
"enabled": true
},
"bun-mcp": {
"type": "local",
"command": ["bunx", "-y", "mcp-bun@latest"],
"enabled": true
},
"act-testing": {
"command": ["bunx", "-y", "act-testing-mcp"],
"environment": {
"_PROJECT_ROOT": "/workspaces/srat"
},
"type": "local"
},
"vale-mcp": {
"type": "local",
"command": ["bunx", "-y", "@iflow-mcp/chrischinchilla-vale-mcp"]
},
"mise": {
"type": "local",
"command": ["mise", "mcp"],
"environment": {
"MISE_EXPERIMENTAL": "1"
}
}
}
}