dollhouse_config
Manage configuration settings for AI persona management in DollhouseMCP, including getting, setting, resetting, and importing/exporting configuration data.
Instructions
Manage DollhouseMCP configuration settings. Replaces set_user_identity, get_user_identity, and clear_user_identity tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | The configuration action to perform | |
| setting | No | Dot-notation path to setting (e.g., 'user.username', 'sync.enabled'). Required for 'set' action, optional for 'get'. | |
| value | No | Value to set (required for 'set' action). Can be string, number, boolean, or object. | |
| section | No | Configuration section to reset (optional for 'reset' action) | |
| format | No | Export format (default: yaml) | |
| data | No | Configuration data to import (required for 'import' action) |