run_project
Run a Godot project in the background and capture stdout/stderr, enabling automated testing and live observation of execution.
Instructions
Run a Godot project in the background and capture stdout/stderr.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scene | No | Optional project-relative scene path. | |
| headless | No | ||
| godotBinary | No | ||
| projectPath | No | Optional absolute Godot project path. Defaults to the project selected in Godot MCP Toolkit. |