From 13812c78aec180c753c01bd909f0b962aaace4af Mon Sep 17 00:00:00 2001 From: Knee Cola Date: Mon, 17 Nov 2025 13:31:56 +0100 Subject: [PATCH] chore: update Claude Code and MCP auto-approve settings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .claude/settings.local.json | 5 ++++- .mcp.json | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 4cf079b..e3d71c4 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -5,7 +5,10 @@ "mcp__serena__search_for_pattern", "mcp__serena__find_file", "mcp__serena__list_dir", - "mcp__serena__think_about_collected_information" + "mcp__serena__think_about_collected_information", + "Bash(git add:*)", + "Bash(git commit:*)", + "mcp__serena__replace_regex" ] }, "enableAllProjectMcpServers": true, diff --git a/.mcp.json b/.mcp.json index 741c7d8..741d00e 100644 --- a/.mcp.json +++ b/.mcp.json @@ -20,7 +20,8 @@ "read_file", "find_file", "list_dir", - "think_about_collected_information" + "think_about_collected_information", + "replace_regex" ] } },