diff --git a/README.md b/README.md index eb5e81382..ff7f95ae5 100644 --- a/README.md +++ b/README.md @@ -60,9 +60,10 @@ result.chunk.content # "def save_pretrained(self, path: PathLike, ..." - **Fast**: indexes a repo in ~250 ms and answers queries in ~1.5 ms, all on CPU. - **Accurate**: NDCG@10 of 0.854 on our [benchmarks](#benchmarks), on par with code-specialized transformer models, at a fraction of the size and cost. -- **Local and remote**: pass a local path or a git URL. -- **MCP server**: drop-in tool for Claude Code, Cursor, Codex, OpenCode, and any other MCP-compatible agent. +- **Token-efficient**: returns only the relevant chunks, using ~98% fewer tokens than grep+read. - **Zero setup**: runs on CPU with no API keys, GPU, or external services required. +- **MCP server**: drop-in tool for Claude Code, Cursor, Codex, OpenCode, and any other MCP-compatible agent. +- **Local and remote**: pass a local path or a git URL. ## MCP Server