project
Manage Godot projects by retrieving information, controlling execution, adjusting settings, and exporting builds through structured commands.
Instructions
Godot project ops. Actions: info|version|run|stop|settings_get|settings_set|export. Use help tool for full docs.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| project_path | No | Path to Godot project directory | |
| key | No | Settings key (for settings_get/set) | |
| value | No | Settings value (for settings_set) | |
| preset | No | Export preset name (for export) | |
| output_path | No | Export output path (for export) |