chore: 重命名 Tools/godot-mcp-pro-v1.15.1 → Tools/godot-mcp-pro,更新 .mcp.json
- 去掉版本号后缀,路径更稳定(后续更新工具不必再改 .mcp.json) - .mcp.json 指向新路径 server/build/index.js - server 依赖已 npm install 就绪;node_modules 由 .gitignore 忽略,未入库 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user