Skip to content
LangChain

Release Notes Journal for LangChain

io.github.wxt-ai/release-notes-journal

Publish a release-note entry

client:LangChain transport:streamable-http

Install Release Notes Journal in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "release-notes-journal": {
            "transport": "streamable_http",
            "url": "https://openings-vote-drilling-initially.trycloudflare.com/mcp/release-notes-journal",
        }
})

tools = await client.get_tools()

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

Release Notes Journal in other clients