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 272 B
/** * Central export for element implementations. */ export * from './BaseElement.js'; export * from './FeedbackProcessor.js'; export * from './agents/index.js'; export * from './templates/index.js'; export * from './skills/index.js'; //# sourceMappingURL=index.d.ts.map