check_for_updates
Verify if a newer version of DollhouseMCP is available to ensure your Model Context Protocol server remains current for dynamic AI persona management.
Instructions
Check if a newer version of DollhouseMCP is available
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- src/types/mcp.ts:78-78 (schema)Input schema definition for the 'check_for_updates' tool. No arguments required. This is the only reference found; no handler, registration, or implementation was located.export const CheckForUpdatesArgsSchema = z.object({});