-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsettings.json
More file actions
90 lines (90 loc) · 2.02 KB
/
settings.json
File metadata and controls
90 lines (90 loc) · 2.02 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"includeCoAuthoredBy": false,
"permissions": {
"allow": [
"Read",
"Write",
"Edit",
"MultiEdit",
"List",
"Bash(git:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git pull:*)",
"Bash(git fetch:*)",
"Bash(git merge:*)",
"Bash(git rebase:*)",
"Bash(git reset:*)",
"Bash(git checkout:*)",
"Bash(git stash:*)",
"Bash(git branch:*)",
"Bash(git tag:*)",
"Bash(git log:*)",
"Bash(git show:*)",
"Bash(git diff:*)",
"Bash(git status:*)",
"Bash(ls:*)",
"Bash(cat:*)",
"Bash(pwd:*)",
"Bash(cd:*)",
"Bash(find:*)",
"Bash(grep:*)",
"Bash(rg:*)",
"Bash(npm:*)",
"Bash(npx:*)",
"Bash(node:*)",
"Bash(python:*)",
"Bash(make:*)",
"Bash(jq:*)",
"Bash(curl:*)",
"Bash(echo:*)",
"Bash(vercel:*)",
"Bash(gh:*)",
"mcp__browsermcp__browser_navigate",
"mcp__browsermcp__browser_go_back",
"mcp__browsermcp__browser_go_forward",
"mcp__browsermcp__browser_snapshot",
"mcp__context7__resolve-library-id",
"mcp__context7__get-library-docs"
],
"deny": [
"Bash(rm -rf *)",
"Bash(curl *)",
"Bash(wget *)",
"Bash(ssh *)",
"Bash(scp *)",
"Bash(git push:*)",
"Read(*.env*)",
"Edit(*.env*)",
"Write(*.env*)",
"Read(.env.*)",
"Edit(.env.*)",
"Write(.env.*)",
"Read(*secret*)",
"Edit(*secret*)",
"Write(*secret*)",
"Read(*password*)",
"Edit(*password*)",
"Write(*password*)",
"Read(*.key)",
"Edit(*.key)",
"Write(*.key)",
"Read(*.pem)",
"Edit(*.pem)",
"Write(*.pem)",
"Read(*.p12)",
"Edit(*.p12)",
"Write(*.p12)",
"Read(*.pfx)",
"Edit(*.pfx)",
"Write(*.pfx)",
"Read(.ssh/*)",
"Edit(.ssh/*)",
"Write(.ssh/*)"
]
},
"model": "opusplan",
"enabledPlugins": {
"typescript-lsp@claude-plugins-official": true
}
}