config
Manage server configuration settings by checking current status or updating specific key-value pairs for structured Godot 4.x development workflows.
Instructions
Server config. Actions: status|set. Use help tool for full docs.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| key | No | Config key (for set) | |
| value | No | Config value (for set) |