manage_export_presets
manage_export_presetsCreate or modify export presets for a Godot project. Supports listing, adding, or removing presets with platform and runnable options.
Instructions
Create or modify export preset configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Preset name (required for add/remove) | |
| action | Yes | "list", "add", or "remove" | |
| platform | No | Platform (for add, e.g. "Windows Desktop", "Linux", "Web") | |
| runnable | No | Whether this preset is runnable. Default: false | |
| projectPath | Yes | Godot project path |