Files
agentic-coding-starter-kit/.claude/settings.local.json
Marcos Fernandez b73ef9e345 fix: remove hardcoded Windows path from Claude settings
Remove platform-specific Windows path from additionalDirectories in Claude settings files to ensure cross-platform compatibility across Windows, macOS, and Linux.
2025-11-17 06:53:30 -08:00

25 lines
593 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(find:*)",
"Bash(git checkout:*)"
]
},
"enableAllProjectMcpServers": true,
"enabledMcpjsonServers": [
"shadcn",
"playwright",
"next-devtools"
]
}