Skip to content
LangChain

Patchlog for LangChain

io.github.michaelyousrie/patchlog

Create, update, and publish changelog entries on your Patchlog changelog from any MCP client.

client:LangChain transport:streamable-http runtime:npm

Install Patchlog in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

Patchlog in other clients