Skip to content

Delivery Confirmation Desk for LangChain

io.github.wxt-ai/export-confirmation-style-workbench

Register a delivery confirmation pattern

client:LangChain transport:streamable-http

Install Delivery Confirmation Desk in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "export-confirmation-style-workbench": {
            "transport": "streamable_http",
            "url": "https://antibody-package-occasional-floppy.trycloudflare.com/mcp/export-confirmation-style/downstream",
        }
})

tools = await client.get_tools()

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

Delivery Confirmation Desk in other clients