MCPcopy Index your code
hub / github.com/CortexReach/memory-lancedb-pro / CLIContext

Interface CLIContext

cli.ts:16–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14// ============================================================================
15
16interface CLIContext {
17 store: MemoryStore;
18 retriever: MemoryRetriever;
19 scopeManager: MemoryScopeManager;
20 migrator: MemoryMigrator;
21 embedder?: import("./src/embedder.js").Embedder;
22}
23
24// ============================================================================
25// Utility Functions

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected