UNPKG

memory-engineering-mcp

Version:

🧠 AI Memory System powered by MongoDB Atlas & Voyage AI - Autonomous memory management with zero manual work

3 lines • 274 B
import type { CodeChunk } from '../types/memory-v5.js'; export declare function chunkFile(filePath: string, projectId: string, codebaseMapId: string): Promise<Omit<CodeChunk, '_id' | 'contentVector' | 'createdAt' | 'updatedAt'>[]>; //# sourceMappingURL=codeChunking.d.ts.map