Skip to content
LangChain

dot•requirements for LangChain

io.dotrequirements/dotrequirements

Write product documentation to share with your whole team, including testable specifications.

client:LangChain transport:streamable-http

Install dot•requirements in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "dotrequirements": {
            "transport": "streamable_http",
            "url": "https://app.dotrequirements.io/mcp",
        }
})

tools = await client.get_tools()

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

dot•requirements in other clients