Files
server-deploy/windows-dev-stack/godot-mcp-pro-v1.14.1/settings.local.permissive.json
Joywayer dd3eb24d0f refactor: 拆分 claude-dev-stack 为 windows-dev-stack 和 wsl-dev-stack
将原 claude-dev-stack 目录拆分为独立的 Windows 和 WSL 部署栈,便于分别维护和使用。

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-29 01:11:20 +08:00

39 lines
1021 B
JSON

{
"permissions": {
"allow": [
"Read",
"Write",
"Edit",
"Glob",
"Grep",
"Bash(*)",
"mcp__godot-mcp-pro__*"
],
"deny": [
"Bash(rm -rf *)",
"Bash(rm -r /*)",
"Bash(git push --force*)",
"Bash(git push -f*)",
"Bash(git reset --hard*)",
"Bash(git clean -f*)",
"Bash(git checkout -- .)",
"Bash(git branch -D *)",
"Bash(shutdown*)",
"Bash(reboot*)",
"Bash(format *)",
"Bash(del /s *)",
"Bash(rmdir /s *)",
"mcp__godot-mcp-pro__delete_node",
"mcp__godot-mcp-pro__delete_scene",
"mcp__godot-mcp-pro__remove_animation",
"mcp__godot-mcp-pro__remove_autoload",
"mcp__godot-mcp-pro__remove_state_machine_state",
"mcp__godot-mcp-pro__remove_state_machine_transition",
"mcp__godot-mcp-pro__execute_editor_script",
"mcp__godot-mcp-pro__execute_game_script",
"mcp__godot-mcp-pro__export_project",
"mcp__godot-mcp-pro__tilemap_clear"
]
}
}