run_and_capture_errors
Run a Godot project (optionally a single scene) for a bounded time and capture stdout plus structured script errors/warnings.
Instructions
Run the project (optionally a single scene) for a bounded time and return captured stdout plus structured script errors/warnings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the Godot project directory | |
| scene | No | Optional specific scene to run (relative to project) | |
| timeoutSeconds | No | How long to let the project run before stopping (default 5) |