UNPKG

@mickdarling/dollhousemcp

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.

7 lines 164 B
/** * Server module exports */ export * from './ServerSetup.js'; export * from './tools/index.js'; export * from './types.js'; //# sourceMappingURL=index.d.ts.map