export_manage
List export presets, inspect build settings, and execute headless Godot builds via CLI.
Instructions
Project Export Automation, Presets Inspection, and Headless Game Builds.
Ops:
list_presets() List all configured platform export targets in export_presets.cfg.
get_preset_info(preset_name) Inspect detailed build settings and options for a specific preset.
run_export(preset_name, output_path="", debug=false) Execute a headless project export via Godot CLI.
Canonical call shape: {"op": "<verb>", "params": {...}}. Flat op parameters are accepted as a compatibility alias when the client transmits them; op and session_id remain top-level.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| op | Yes | ||
| params | No | ||
| session_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||