Diagnose setup
godot_doctorDiagnose a Godot project by confirming usable editor binary, version alignment, export template availability, and clean imports.
Instructions
Run diagnostics: confirm a usable editor binary, version alignment with the project, export template availability, and whether the project imports cleanly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | Godot version to use, e.g. "4.7", "4.7-stable", "stable"/"latest". Defaults to the project's declared version, then the latest stable release. | |
| project_root | No | Path to the Godot project root (folder containing project.godot). Defaults to $GODOT_PROJECT_ROOT or an upward search from the working directory. | |
| response_format | No | Output format. "markdown" is human-readable; "json" is structured. | markdown |