Skip to content
LangChain

Version Pill for LangChain

io.github.versionpill/mcp

Product management, public changelog, and feature requests - 60 lean MCP tools.

client:LangChain transport:streamable-http

Install Version Pill in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

Version Pill in other clients