Skip to content

Delivery Confirmation Stylebook for LangChain

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

Set confirmation style for a delivery workflow

client:LangChain transport:streamable-http

Install Delivery Confirmation Stylebook in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

Delivery Confirmation Stylebook in other clients