update_config
Modify or replace configurations in the Agent Knowledge MCP server by updating specific sections, keys, or providing a full configuration object for complete replacement.
Instructions
Update configuration with section-specific changes or full configuration replacement
Input Schema
Name | Required | Description | Default |
---|---|---|---|
config_key | No | The key within the section to update (e.g., 'allowed_base_directory') | |
config_section | No | The top-level section of the config to update (e.g., 'security') | |
config_value | No | The new value for the specified key | |
full_config | No | Full configuration object to save. Replaces the entire config |