BM25 search + tree navigation over markdown docs for AI agents. No embeddings, no LLM calls.
Agentic document retrieval over markdown — BM25 search + tree navigation via MCP. Give an AI agent structured access to your markdown docs: it searches with BM25, reads the outline, reasons about which sections matter, and retrieves only what it needs. No vector DB, no embeddings, no LLM calls at index time. Standard RAG gives agents a bag of loosely relevant paragraphs. This gives them a table…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
Agentic document retrieval over markdown — BM25 search + tree navigation via MCP. Give an AI agent structured access to your markdown docs: it searches with BM25, reads the outline, reasons about which sections matter, and retrieves only what it needs. No vector DB, no embeddings, no LLM calls at index time. Standard RAG gives agents a bag of loosely relevant paragraphs. This gives them a table of contents they can reason over, plus a search engine that actually ranks by relevance. Context…