@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.
7 lines • 315 B
TypeScript
/**
* Memory element exports
*/
export { Memory, MemoryMetadata, MemoryEntry, MemorySearchOptions } from './Memory.js';
export { MemoryManager } from './MemoryManager.js';
export { MemorySearchIndex, SearchQuery, SearchIndexConfig, SearchResult } from './MemorySearchIndex.js';
//# sourceMappingURL=index.d.ts.map