check_for_updates
Verify if a newer version of the DollhouseMCP server is available, ensuring dynamic AI persona management remains up-to-date with integrated GitHub-powered marketplace enhancements.
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)Zod schema for the input arguments of the 'check_for_updates' MCP tool. It defines an empty object schema, indicating the tool takes no parameters.export const CheckForUpdatesArgsSchema = z.object({});