Added auto-approval for common safe operations: - Git add and commit commands - Serena MCP replace_regex tool This improves workflow efficiency during development. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
21 lines
440 B
JSON
21 lines
440 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"mcp__serena__read_file",
|
|
"mcp__serena__search_for_pattern",
|
|
"mcp__serena__find_file",
|
|
"mcp__serena__list_dir",
|
|
"mcp__serena__think_about_collected_information",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"mcp__serena__replace_regex"
|
|
]
|
|
},
|
|
"enableAllProjectMcpServers": true,
|
|
"enabledMcpjsonServers": [
|
|
"serena",
|
|
"context7",
|
|
"git"
|
|
]
|
|
}
|