update_setting
Modify a SupaSidebar setting by specifying the key and new value. Use get_settings to view available settings and their current values.
Instructions
Change a SupaSidebar setting. Use get_settings first to see available settings and their current values. Boolean settings use true/false, string settings use the documented options.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The setting key to update (e.g. 'isCompactMode', 'autoTileWindows'). Use get_settings to see all keys. | |
| value | Yes | The new value. Booleans for toggles, strings for mode selections, numbers for numeric settings. |