run_project
Run a Godot project in non-interactive mode to capture its console output for automated testing or logging.
Instructions
Run the Godot project non-interactively and capture console output. No input, screenshots, or state queries — use run_interactive for those.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scene | No | Optional: Specific scene to run | |
| projectPath | Yes | Path to the Godot project directory |