UNPKG

mcp-memory-ts

Version:

Cloud-based vector MCP memory service for Claude.ai - TypeScript implementation

12 lines 288 B
/** * Test command - Verify MCP Memory installation and connectivity */ interface TestOptions { verbose?: boolean; } /** * Run all tests and display results */ export declare function runTests(options?: TestOptions): Promise<boolean>; export {}; //# sourceMappingURL=test.d.ts.map