update_config
Update specific configuration sections or replace the entire configuration. Specify a section, key, and value for targeted changes, or provide a full config object to overwrite everything.
Instructions
Update configuration with section-specific changes or full configuration replacement
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config_section | No | The top-level section of the config to update (e.g., 'security') | |
| config_key | No | The key within the section to update (e.g., 'allowed_base_directory') | |
| config_value | No | The new value for the specified key | |
| full_config | No | Full configuration object to save. Replaces the entire config |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |