-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
79 lines (79 loc) · 2.35 KB
/
settings.json
File metadata and controls
79 lines (79 loc) · 2.35 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
{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"permissions": {
"allow": [
"Bash(cat *)",
"Bash(claude mcp get *)",
"Bash(claude mcp list)",
"Bash(echo *)",
"Bash(find *)",
"Bash(gh pr checks *)",
"Bash(gh pr list *)",
"Bash(gh pr view *)",
"Bash(gh run list *)",
"Bash(gh run view *)",
"Bash(git diff *)",
"Bash(git log *)",
"Bash(ls *)",
"Bash(lsof *)",
"Bash(npm ci)",
"Bash(npm ls *)",
"Bash(npm outdated *)",
"Bash(npm run build)",
"Bash(npm run check)",
"Bash(npm run dev)",
"Bash(npm run lint)",
"Bash(npm run lint:md *)",
"Bash(npm run start)",
"Bash(npm run test)",
"Bash(npm run test:e2e *)",
"Bash(npm run test:unit *)",
"Bash(npm run typecheck)",
"Bash(npx @biomejs/biome *)",
"Bash(npx lefthook *)",
"Bash(npx playwright *)",
"Bash(tree *)",
"Bash(vercel --help)",
"Bash(vercel env --help)",
"Bash(vercel env ls *)",
"Bash(vercel git --help)",
"Bash(vercel integration --help)",
"Bash(vercel list *)",
"Bash(vercel open)",
"Bash(vercel project ls *)",
"Bash(vercel whoami)",
"Bash(wc *)",
"mcp__ide__getDiagnostics",
"mcp__playwright__browser_click",
"mcp__playwright__browser_close",
"mcp__playwright__browser_console_messages",
"mcp__playwright__browser_evaluate",
"mcp__playwright__browser_fill_form",
"mcp__playwright__browser_hover",
"mcp__playwright__browser_navigate",
"mcp__playwright__browser_navigate_back",
"mcp__playwright__browser_network_requests",
"mcp__playwright__browser_press_key",
"mcp__playwright__browser_resize",
"mcp__playwright__browser_run_code",
"mcp__playwright__browser_snapshot",
"mcp__playwright__browser_tabs",
"mcp__playwright__browser_take_screenshot",
"mcp__playwright__browser_type",
"mcp__playwright__browser_wait_for"
],
"deny": ["Read(**/.env)", "Read(**/.envrc)", "Read(.xdocs/DONE/**)"],
"ask": []
},
"extraKnownMarketplaces": {
"my-claude-marketplace": {
"source": {
"source": "github",
"repo": "michellepace/my-claude-marketplace"
}
}
},
"enabledPlugins": {
"git-utils@my-claude-marketplace": true
}
}