config
Manage Godot server configuration: check current settings, update keys, detect Godot binary path, and verify project and Godot 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 |
|---|---|---|---|
| action | Yes | Action to perform | |
| key | No | Config key (for set) | |
| value | No | Config value (for set) |