run_project
Launch Godot projects in debug mode to test game functionality. Optionally run specific scenes and retrieve console logs for development troubleshooting.
Instructions
Run a Godot project in debug mode (background). Optionally run a specific scene. Use get_debug_output to retrieve console logs after starting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute path to the project directory | |
| scene | No | Optional scene file path (e.g. res://scenes/Main.tscn) |