update_server
Deploy the latest version of DollhouseMCP from GitHub. Use a boolean input to confirm or preview updates, ensuring smooth integration with dynamic AI persona management.
Instructions
Update DollhouseMCP to the latest version from GitHub
Input Schema
Name | Required | Description | Default |
---|---|---|---|
confirm | Yes | Confirm the update (true to proceed, false for preview) |
Input Schema (JSON Schema)
{
"properties": {
"confirm": {
"description": "Confirm the update (true to proceed, false for preview)",
"type": "boolean"
}
},
"required": [
"confirm"
],
"type": "object"
}