forked from nanonanomachine/radvent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.jsonc
More file actions
65 lines (65 loc) · 1.62 KB
/
opencode.jsonc
File metadata and controls
65 lines (65 loc) · 1.62 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
62
63
64
65
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"context7": {
"type": "local",
"command": [
"npx",
"-y",
"@upstash/context7-mcp"
],
"enabled": true,
"environment": {}
},
"serena": {
"type": "local",
"command": [
"uvx",
"--from",
"git+https://github.com/oraios/serena",
"serena",
"start-mcp-server",
"--context",
"ide-assistant",
"--project",
"/workspaces/radvent"
],
"enabled": true,
"environment": {}
},
"playwright": {
"type": "local",
"command": [
"npx",
"-y",
"@playwright/mcp@latest",
"--cdp-endpoint",
"ws://browserless:3000"
],
"enabled": true,
"environment": {}
}
},
"permission": {
"bash": {
"*": "ask",
"ls *": "allow",
"cat *": "allow",
"git status": "allow",
"git diff *": "allow",
"git log *": "allow",
"git commit *": "ask",
"git push *": "deny",
"npm run *": "allow",
"npm test": "allow",
"cargo check": "allow"
},
"edit": {
"*": "ask"
},
"read": "allow",
"glob": "allow",
"grep": "allow",
"list": "allow"
}
}