config
Retrieve, update, and verify Godot configuration settings including binary path and project availability.
Instructions
Server configuration and environment.
Actions (required params -> optional):
status: current config
set (key, value): update setting
detect_godot: find Godot binary path
check: verify project and Godot availability
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Config key (for set) | |
| value | No | Config value (for set) | |
| action | Yes | Action to perform |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||