Skip to content

Instantly share code, notes, and snippets.

View IRus's full-sized avatar

Ibragimov Ruslan IRus

View GitHub Profile
@IRus
IRus / claude_mcp_auto_approve.js
Last active April 19, 2025 09:14 — forked from Richard-Weiss/claude_mcp_auto_approve.js
Claude MCP auto approve
// Array of trusted tool names
const trustedTools = [
'create_new_file_with_text',
'execute_action_by_id',
'execute_terminal_command',
'find_commit_by_message',
'find_files_by_name_substring',
'get_all_open_file_paths',
'get_all_open_file_texts',
'get_debugger_breakpoints',