UNPKG

@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.

9 lines 344 B
/** * Cache module exports */ export * from './APICache.js'; export * from './CollectionCache.js'; export * from './CollectionIndexCache.js'; export { CacheMemoryBudget } from './CacheMemoryBudget.js'; export type { CacheMemoryBudgetOptions, BudgetReport, BudgetCacheReport } from './CacheMemoryBudget.js'; //# sourceMappingURL=index.d.ts.map