Set up toolchain
godot_setupResolves the target Godot version, downloads the editor binary, installs export templates, and optionally installs a live-control bridge addon.
Instructions
Provision the Godot toolchain for a project: resolve the target version, download/locate the editor binary, install matching export templates, and (by default) install the godot_mcp live-control bridge addon. Safe to run repeatedly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | Godot version to use, e.g. "4.7", "4.7-stable", "stable"/"latest". Defaults to the project's declared version, then the latest stable release. | |
| project_root | No | Path to the Godot project root (folder containing project.godot). Defaults to $GODOT_PROJECT_ROOT or an upward search from the working directory. | |
| install_bridge | No | Install the godot_mcp bridge addon for live control. | |
| response_format | No | Output format. "markdown" is human-readable; "json" is structured. | markdown |
| install_templates | No | Download and install export templates. |