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