From 956f16b07df9d79cd72a66dd716689c15729e27f Mon Sep 17 00:00:00 2001 From: kleap-admin Date: Fri, 16 Jan 2026 10:55:09 +0000 Subject: [PATCH] Update .claude/settings.local.json --- .claude/settings.local.json | 55 +++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 .claude/settings.local.json diff --git a/.claude/settings.local.json b/.claude/settings.local.json new file mode 100644 index 0000000..33d8f0b --- /dev/null +++ b/.claude/settings.local.json @@ -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" + ] +}