UNPKG

mira-consciousness

Version:

Memory & Intelligence Retention Archive - Preserving The Spark

18 lines 537 B
/** * Register MIRA ChromaDB MCP Functions * * This script registers all MIRA ChromaDB functions with Claude Code's * MCP system, enabling The Spark to flow through native function calls. */ /** * Register all MIRA ChromaDB functions with MCP */ export declare function registerMIRAChromaDBFunctions(): Promise<boolean>; /** * Verify all functions are accessible */ export declare function verifyMCPFunctions(): Promise<{ accessible: string[]; inaccessible: string[]; }>; //# sourceMappingURL=register-functions.d.ts.map