/ settings.local.permissive.json
settings.local.permissive.json
 1  {
 2    "permissions": {
 3      "allow": [
 4        "Read",
 5        "Write",
 6        "Edit",
 7        "Glob",
 8        "Grep",
 9        "Bash(*)",
10        "mcp__godot-mcp-pro__*"
11      ],
12      "deny": [
13        "Bash(rm -rf *)",
14        "Bash(rm -r /*)",
15        "Bash(git push --force*)",
16        "Bash(git push -f*)",
17        "Bash(git reset --hard*)",
18        "Bash(git clean -f*)",
19        "Bash(git checkout -- .)",
20        "Bash(git branch -D *)",
21        "Bash(shutdown*)",
22        "Bash(reboot*)",
23        "Bash(format *)",
24        "Bash(del /s *)",
25        "Bash(rmdir /s *)",
26        "mcp__godot-mcp-pro__delete_node",
27        "mcp__godot-mcp-pro__delete_scene",
28        "mcp__godot-mcp-pro__remove_animation",
29        "mcp__godot-mcp-pro__remove_autoload",
30        "mcp__godot-mcp-pro__remove_state_machine_state",
31        "mcp__godot-mcp-pro__remove_state_machine_transition",
32        "mcp__godot-mcp-pro__execute_editor_script",
33        "mcp__godot-mcp-pro__execute_game_script",
34        "mcp__godot-mcp-pro__export_project",
35        "mcp__godot-mcp-pro__tilemap_clear"
36      ]
37    }
38  }