Skip to content

Commit fc336e4

Browse files
nitakingclaude
andcommitted
chore: add tool permissions to Claude Code settings
Add auto-approval for NotePlan domain, Playwright browser tools, and chmod command. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent ef31aa8 commit fc336e4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.claude/settings.local.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,12 @@
2626
"mcp__serena__get_symbols_overview",
2727
"mcp__serena__write_memory",
2828
"Bash(git pull:*)",
29-
"Bash(git stash:*)"
29+
"Bash(git stash:*)",
30+
"WebFetch(domain:noteplan.co)",
31+
"mcp__playwright__browser_install",
32+
"mcp__playwright__browser_navigate",
33+
"Bash(chmod:*)",
34+
"mcp__playwright__browser_wait_for"
3035
],
3136
"deny": []
3237
}

0 commit comments

Comments
 (0)