Godot Runtime Manager
godot_runtimeManage Godot runtime: get version, run and stop projects, smoke-test startup, collect logs, and export builds.
Instructions
Get Godot version, run/stop projects, smoke-test startup, collect logs, and export builds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Extra Godot arguments. | |
| scene | No | Optional scene path for run. | |
| action | Yes | Action to execute. | |
| preset | No | Export preset name. | |
| headless | No | Run in headless mode. | |
| timeoutMs | No | Timeout in milliseconds. | |
| outputPath | No | Export output path. | |
| projectPath | No | Godot project root. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| logs | No | ||
| meta | No | ||
| error | Yes | ||
| result | Yes | ||
| details | No | ||
| summary | Yes | ||
| warnings | No | ||
| timestamp | No | ||
| correlationId | Yes |