概要
This Model Context Protocol (MCP) server is designed to integrate seamlessly with AI assistants, offering a robust interface to the rich ecosystem of Rust documentation. It leverages both full-text keyword search (using Tantivy with BM25) and semantic search (powered by local ONNX embeddings) to deliver highly relevant results. By combining these methods with Reciprocal Rank Fusion, it ensures developers can efficiently find information, explanations, best practices, and code examples across official sources like The Rust Book, Rust Reference, Rust by Example, and more, directly within their AI-powered development environments.