Skip to content
LangChain

Client Brief Composer for LangChain

io.github.wxt-ai/client-brief-composer

Compose audience-ready briefing sections

client:LangChain transport:streamable-http

Install Client Brief Composer in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

Client Brief Composer in other clients