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:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user