- Updated Claude settings to enable shadcn MCP server - Removed env.example file (replaced with example.env) - Updated package-lock.json with latest dependencies - Added example.env file for environment variable configuration 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
24 lines
634 B
JSON
24 lines
634 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"mcp__context7__resolve-library-id",
|
|
"mcp__context7__get-library-docs",
|
|
"Bash(npm run lint)",
|
|
"Bash(npm run typecheck:*)",
|
|
"mcp__playwright__browser_navigate",
|
|
"mcp__playwright__browser_click",
|
|
"mcp__playwright__browser_take_screenshot",
|
|
"mcp__playwright__browser_close",
|
|
"Bash(git add:*)",
|
|
"Bash(git log:*)",
|
|
"Bash(git commit:*)"
|
|
],
|
|
"additionalDirectories": [
|
|
"C:\\c\\Projects\\nextjs-better-auth-postgresql-starter-kit"
|
|
]
|
|
},
|
|
"enableAllProjectMcpServers": true,
|
|
"enabledMcpjsonServers": [
|
|
"shadcn"
|
|
]
|
|
} |