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" ] } },