Skip to content
LangChain

Connection hop-by-hop count, value discarded for LangChain

io.github.sadri-dridi/connection-ok

Connection hop-by-hop count, value discarded

client:LangChain transport:streamable-http tools:31

Install Connection hop-by-hop count, value discarded in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "connection-ok": {
            "transport": "streamable_http",
            "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/connection-ok/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

All 31 tools →

Connection hop-by-hop count, value discarded in other clients