Godot MCP Pro is actively developed. Every release — new tools, bug fixes, and safety improvements — is included free with your one-time purchase.Godot MCP Pro は継続的に開発中です。新ツール・バグ修正・安全性向上など、すべてのリリースが買い切り購入に無料で含まれます。
3 new editor selection tools (get_editor_selection, select_nodes, clear_editor_selection) — your AI agent can now read and control the Scene-dock selection. Tool count 172 → 175.
No more silent data loss.save_scene now routes through the editor API, so writes never trigger the "modified outside the editor" dialog that could wipe in-memory work.
Two Claude sessions starting at once could both grab the same port; the loser silently ended up with no server and every tool call failed. Now uses a proper bind-retry loop across ports 6505–6509.
Fixed mid-session disconnects that used to require quitting both Claude Code and the Godot editor. The heartbeat now verifies responses; 30s of silence forces an automatic reconnect (~30s recovery).
セッション途中の切断(従来は Claude Code とGodotエディタの両方の再起動が必要)を修正。ハートビートが応答を検証し、30秒無応答で自動再接続(約30秒で復旧)。
OS-level TCP keepalive + a yellow ⚠ stale indicator in the status panel. Reported by CrusherEAGLE.