{ "permissions": { "allow": [ "Bash(npm create nuxt@latest my-app -- --no-install 2>&1)", "Bash(echo \"1\" | npx nuxi@latest init my-app 2>&1 | head -50)", "Bash(npx nuxi@latest init my-app --template minimal 2>&1)", "Bash(printf '\\\\n' | npx nuxi@latest init my-app --template minimal --packageManager pnpm 2>&1)", "Bash(cd /Users/hyeonggilkim/01.Study/nuxt4/my-app && pnpm install 2>&1)", "Bash(pnpm approve-builds 2>&1)", "Bash(printf 'a\\\\n' | pnpm approve-builds 2>&1 || true)", "Bash(npx nuxi module add @nuxtjs/tailwindcss 2>&1)", "Bash(npx nuxi module add @pinia/nuxt 2>&1)", "mcp__nuxt-remote__get-documentation-page", "mcp__ide__getDiagnostics" ] } }