config
Retrieve or update OSS Autopilot configuration settings. View all configs or set a specific key-value pair.
Instructions
Get or set OSS Autopilot configuration values. With no args, shows all config. With key and value, sets the value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Configuration key to get or set (e.g. "languages", "username") | |
| value | No | Value to set for the given key. Omit to read the current value. |