@dollhousemcp/mcp-server
Version:
DollhouseMCP - A Model Context Protocol (MCP) server that enables dynamic AI persona management from markdown files, allowing Claude and other compatible AI assistants to activate and switch between different behavioral personas.
10 lines • 382 B
TypeScript
/**
* Size and limit constants for DollhouseMCP
*/
export declare const MAX_PERSONA_SIZE: number;
export declare const MAX_BUNDLE_SIZE: number;
export declare const MAX_PERSONAS_PER_BUNDLE = 50;
export declare const GITHUB_API_RATE_LIMIT = 60;
export declare const GITHUB_API_RATE_LIMIT_AUTH = 5000;
export declare const MAX_URL_LENGTH = 2048;
//# sourceMappingURL=limits.d.ts.map