godot_run_scene
Run a specific scene in a Godot project with a visible window for testing and development purposes.
Instructions
Run a specific scene in the Godot project (non-headless, will open a window).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | No | Path to the Godot project directory. | |
| scene | No | Scene path to run (e.g., 'res://src/GameLoop.tscn'). If not provided, runs main scene. | |
| timeout | No | Timeout in seconds. Default: 60 |