godot_run_scene
Execute a specific scene from a Godot project to test gameplay, debug functionality, or verify scene behavior during development.
Instructions
Run a specific Godot scene from an existing project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | Path to the Godot project directory or its project.godot file. | |
| scene_path | Yes | Path to the target .tscn file. Absolute, relative, and res:// paths are supported. | |
| headless | No | Whether to run the scene in headless mode. | |
| godot_executable | No | Optional explicit path to the Godot executable or .app bundle. |