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.

8 lines 324 B
/** * Export all export/import modules */ export { PersonaExporter } from './PersonaExporter.js'; export { PersonaImporter } from './PersonaImporter.js'; export type { ExportedPersona, ExportBundle } from './PersonaExporter.js'; export type { ImportResult } from './PersonaImporter.js'; //# sourceMappingURL=index.d.ts.map