Update .claude/settings.local.json
This commit is contained in:
parent
6ed2c544af
commit
90407598e7
|
|
@ -0,0 +1,55 @@
|
|||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(npm install:*)",
|
||||
"Bash(npm run build:*)",
|
||||
"Bash(npm run dev:*)",
|
||||
"Bash(curl:*)",
|
||||
"Bash(pkill:*)",
|
||||
"WebSearch",
|
||||
"Bash(npm cache clean:*)",
|
||||
"Bash(npx npm-check-updates:*)",
|
||||
"Read(//Users/eliott/Documents/GitHub/kleap-ai/**)",
|
||||
"WebFetch(domain:ui.aceternity.com)",
|
||||
"WebFetch(domain:ui.shadcn.com)",
|
||||
"Bash(npm run:*)",
|
||||
"Bash(timeout 15 npm run dev)",
|
||||
"Read(//Users/eliott/Downloads/manuarora700-saas-template-9eedaa9b70ba6c22a892a98f8ffbd9070602f75c/components/**)",
|
||||
"Bash(vercel:*)",
|
||||
"Bash(cat:*)",
|
||||
"Bash(npm view:*)",
|
||||
"WebFetch(domain:dev.to)",
|
||||
"WebFetch(domain:tailkits.com)",
|
||||
"Bash(npm uninstall:*)",
|
||||
"WebFetch(domain:github.com)",
|
||||
"Bash(npx @next/codemod@latest upgrade:*)",
|
||||
"Bash(timeout 30 npm run dev:*)",
|
||||
"WebFetch(domain:www.npmjs.com)",
|
||||
"Read(//Users/eliott/Library/**)",
|
||||
"Bash(npm ls:*)",
|
||||
"Bash(sudo rm:*)",
|
||||
"Bash(chmod:*)",
|
||||
"WebFetch(domain:lobehub.com)",
|
||||
"mcp__next-devtools__nextjs_runtime",
|
||||
"mcp__next-devtools__browser_eval",
|
||||
"mcp__vercel-awesome-ai__get_access_to_vercel_url",
|
||||
"mcp__vercel-awesome-ai__web_fetch_vercel_url",
|
||||
"mcp__vercel-awesome-ai__list_deployments",
|
||||
"Read(//private/tmp/**)",
|
||||
"Bash(node test-vercel-deploy.mjs:*)"
|
||||
],
|
||||
"deny": [],
|
||||
"ask": []
|
||||
},
|
||||
"enableAllProjectMcpServers": true,
|
||||
"enabledMcpjsonServers": [
|
||||
"next-devtools"
|
||||
],
|
||||
"disabledMcpjsonServers": [
|
||||
"browser-tools",
|
||||
"supabase",
|
||||
"novu",
|
||||
"postmark",
|
||||
"sentry"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue