run_scene
Run a specified Godot scene from your project and capture its output. Set a timeout to stop the scene automatically.
Instructions
Run a specific Godot scene and capture output
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scenePath | Yes | Scene to run, as a res:// path or a path relative to the project | |
| timeoutMs | No | Time in milliseconds before the scene is stopped automatically (default: 30000) | |
| projectPath | Yes | Path to the Godot project directory |