Ferritin — Rust documentation for LangChain
rs.ferritin/rustdoc
Search and read Rust documentation for the standard library and any crate on crates.io
client:LangChain
transport:streamable-http
tools:2
Install Ferritin — Rust documentation in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"rustdoc": {
"transport": "streamable_http",
"url": "https://ferritin.rs/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs