Remove platform-specific Windows path from additionalDirectories in Claude settings files to ensure cross-platform compatibility across Windows, macOS, and Linux.
20 lines
503 B
JSON
20 lines
503 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:*)"
|
|
]
|
|
},
|
|
"enableAllProjectMcpServers": true,
|
|
"enabledMcpjsonServers": [
|
|
"context7"
|
|
]
|
|
} |