Medius Docs for LangChain
net.k4tech/docs
Medius docs: the binary control protocol, device behavior, and the medius Rust library.
client:LangChain
transport:streamable-http
tools:5
Install Medius Docs in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"docs": {
"transport": "streamable_http",
"url": "https://medius.k4tech.net/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs