Go to file
Michael Mainguy f56b92e76e Implement LanceDB-based search and document retrieval
- Add LanceDBSearch class for vector-based documentation search
- Implement search() method with category filtering and relevance scoring
- Add getDocumentByPath() with URL lookup and local file fetching
- Fix getDocument() to use .query() instead of .search() for non-vector queries
- Update handlers.ts to integrate LanceDBSearch with MCP tools
- Parse stringified array fields (breadcrumbs, headings, keywords, playgroundIds) in get_babylon_doc
- Fetch fresh content from local repositories (Documentation, Babylon.js, havok)
- Add DocumentParser, LanceDBIndexer and related types for document processing

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-23 04:57:29 -06:00
src Implement LanceDB-based search and document retrieval 2025-11-23 04:57:29 -06:00
.gitignore Initial commit: Babylon MCP server 2025-11-22 14:42:47 -06:00
CLAUDE.md Initial commit: Babylon MCP server 2025-11-22 14:42:47 -06:00
package-lock.json Initial commit: Babylon MCP server 2025-11-22 14:42:47 -06:00
package.json Initial commit: Babylon MCP server 2025-11-22 14:42:47 -06:00
ROADMAP.md Initial commit: Babylon MCP server 2025-11-22 14:42:47 -06:00
tsconfig.json Initial commit: Babylon MCP server 2025-11-22 14:42:47 -06:00
vitest.config.ts Initial commit: Babylon MCP server 2025-11-22 14:42:47 -06:00