Skip to content
LangChain

nyuchi docs for LangChain

io.github.nyuchi/nyuchi-docs

Search, read, and ask the Nyuchi docs (docs.nyuchi.com); send feedback or raise issues.

client:LangChain transport:streamable-http runtime:npm tools:5

Install nyuchi docs in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "nyuchi-docs": {
            "transport": "streamable_http",
            "url": "https://docs.nyuchi.com/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

What LangChain can do once it is connected

nyuchi docs in other clients