UNPKG

mongodocs-mcp

Version:

Lightning-fast semantic search for MongoDB documentation via Model Context Protocol. 10,000+ documents, <500ms search.

20 lines 517 B
#!/usr/bin/env node /** * TEST INDEXER - Minimal set for verification * Tests the complete flow with 3 repos only */ declare class TestIndexer { private mongoClient; private voyageApiKey; private voyageContextualUrl; private readonly VOYAGE_DIMENSIONS; private db; private collection; private readonly TEST_SOURCES; constructor(); run(): Promise<void>; private findMarkdownFiles; private createChunks; } export { TestIndexer }; //# sourceMappingURL=test-indexer.d.ts.map