/** * Memory MCP Tools for CLI - V3 with sql.js/HNSW Backend * * UPGRADED: Now uses the advanced sql.js + HNSW backend for: * - 150x-12,500x faster semantic search * - Vector embeddings with cosine similarity * - Persistent SQLite storage (WASM) * - Backward compatible with legacy JSON storage (auto-migrates) * * @module v3/cli/mcp-tools/memory-tools */ import type { MCPTool } from './types.js'; export declare const memoryTools: MCPTool[]; //# sourceMappingURL=memory-tools.d.ts.map