manage_export_presets
Create, list, or remove export presets for Godot projects, specifying platform and runnable status.
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 |