新增godot mcp github copilot

This commit is contained in:
2026-05-28 21:00:39 +08:00
parent a550a2675e
commit 18e24d40f0
242 changed files with 33640 additions and 45 deletions

View File

@@ -0,0 +1,38 @@
{
"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"
]
}
}