BuildFlow Enterprise Operations for LangChain
io.github.jgaethle10/buildflow
Discover, route, and hand off enterprise operations problems without exposing private records.
client:LangChain
transport:streamable-http
tools:3
Install BuildFlow Enterprise Operations in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"buildflow": {
"transport": "streamable_http",
"url": "https://base44.app/api/apps/6ab26dc00debf9a25bca5f3e/functions/enterpriseOpsMcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs