37 lines
862 B
JSON
37 lines
862 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(dir:*)",
|
|
"Bash(do)",
|
|
"Bash(done)",
|
|
"Bash(echo:*)",
|
|
"Bash(find:*)",
|
|
"Bash(for:*)",
|
|
"Bash(gh pr diff:*)",
|
|
"Bash(gh pr view:*)",
|
|
"Bash(git log:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(npm run build:*)",
|
|
"Bash(npm run check:*)",
|
|
"Bash(npm run compile:*)",
|
|
"Bash(npm run lint:*)",
|
|
"Bash(npm run typecheck:*)",
|
|
"Bash(npm run:*)",
|
|
"Bash(npx eslint:*)",
|
|
"Bash(npx tsc:*)",
|
|
"Bash(tree:*)",
|
|
"Bash(gh issue view:*)",
|
|
"Bash(npm test:*)",
|
|
"mcp__umbraco__create*",
|
|
"mcp__umbraco__get*",
|
|
"mcp__playwright__browser_click",
|
|
"mcp__playwright__browser_type",
|
|
"mcp__playwright__browser_wait_for"
|
|
]
|
|
},
|
|
"enableAllProjectMcpServers": true,
|
|
"enabledMcpjsonServers": [
|
|
"umbraco-cms"
|
|
]
|
|
}
|