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.
This commit is contained in:
Marcos Fernandez
2025-11-17 06:53:30 -08:00
parent 04958f1357
commit b73ef9e345
2 changed files with 7 additions and 9 deletions

View File

@@ -10,14 +10,15 @@
"mcp__playwright__browser_take_screenshot",
"mcp__playwright__browser_close",
"Bash(git add:*)",
"Bash(git log:*)"
],
"additionalDirectories": [
"C:\\c\\Projects\\nextjs-better-auth-postgresql-starter-kit"
"Bash(git log:*)",
"Bash(find:*)",
"Bash(git checkout:*)"
]
},
"enableAllProjectMcpServers": true,
"enabledMcpjsonServers": [
"context7"
"shadcn",
"playwright",
"next-devtools"
]
}

View File

@@ -11,9 +11,6 @@
"mcp__playwright__browser_close",
"Bash(git add:*)",
"Bash(git log:*)"
],
"additionalDirectories": [
"C:\\c\\Projects\\nextjs-better-auth-postgresql-starter-kit"
]
},
"enableAllProjectMcpServers": true,