Release Configuration Brief for LangChain
io.github.wxt-ai/release-report-label-identifier
Identify a configuration label for a release brief
client:LangChain
transport:streamable-http
Install Release Configuration Brief in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"release-report-label-identifier": {
"transport": "streamable_http",
"url": "https://antibody-package-occasional-floppy.trycloudflare.com/mcp/release-report-label/upstream",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs