editor-launch
Opens the Godot editor GUI for a project, allowing visual inspection and manual editing of scenes and scripts. Requires a project directory with a project.godot file.
Instructions
[compact alias of launch_editor] Opens the Godot editor GUI for a project. Use when visual inspection or manual editing of scenes/scripts is needed. Opens a new window on the host system. Requires: project directory with project.godot file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute path to project directory containing project.godot. Use the same path across all tool calls in a workflow. |