-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathopencode.json
More file actions
38 lines (38 loc) · 814 Bytes
/
Copy pathopencode.json
File metadata and controls
38 lines (38 loc) · 814 Bytes
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
{
"$schema": "https://opencode.ai/config.json",
"default_agent": "architect",
"permission": {
"skill": {
"*": "deny",
"chrome-direct": "allow",
"code-reviewer": "allow",
"nnmodelling-mcp": "allow",
"python-code-style": "allow",
"python-testing-patterns": "allow",
"pytorch-patterns": "allow",
"svelte-core-bestpractices": "allow",
"svelte5-best-practices": "allow",
"typescript-advanced-types": "allow",
"vitest": "allow"
}
},
"mcp": {
"nnmodelling-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"tsx",
"mcp-server/src/index.ts"
]
},
"glimpse-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"glimpse-mcp"
]
}
}
}