Find Godot Executable
godot_find_godot_executableLocates the installed Godot executable on your system and returns its path and version details, so you can run Godot commands without manually configuring the binary.
Instructions
Find the Godot executable on the system.
Resolution order when GODOT_EXECUTABLE is unset: macOS: glob (where readable), Spotlight mdfind, find(1) under Applications, then directory scan, then PATH. Windows: where.exe for godot.exe / Godot.exe, then Downloads glob, then directory scan, then PATH. Linux: Downloads / portable names, directory scan, then PATH.
Returns: Dictionary with executable path and version info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||