godot_select_instance
Select a Godot instance by ID or project path to route subsequent calls. Enables multi-instance setups when GODOT_MCP_MULTI_INSTANCE is enabled.
Instructions
选择 Godot 实例(id 或 project_path),后续调用路由到该实例。需要 GODOT_MCP_MULTI_INSTANCE=true。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | No | 实例 ID(从 godot_list_instances 获取) | |
| project_path | No | 项目路径(二选一,优先 instance_id) |