UNPKG

memory-engineering-mcp

Version:

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

4 lines • 242 B
import type { CallToolResult } from '@modelcontextprotocol/sdk/types.js'; export declare function syncCodeTool(args: unknown): Promise<CallToolResult>; export declare const syncCode: typeof syncCodeTool; //# sourceMappingURL=syncCode.d.ts.map