Merge pull request #7 from marcos-f/fix/remove-hardcoded-windows-path

fix: remove hardcoded Windows path from Claude settings
This commit is contained in:
Leon van Zyl
2025-11-29 17:29:58 +02:00
committed by GitHub
2 changed files with 7 additions and 9 deletions

View File

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

View File

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