godot_run_project
Launch a Godot project from its main scene, supporting headless mode and custom executable paths for development testing.
Instructions
Run a Godot project using its current main scene.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | Path to the Godot project directory or its project.godot file. | |
| headless | No | Whether to run the project in headless mode. | |
| godot_executable | No | Optional explicit path to the Godot executable or .app bundle. |