CinderRoute Agent Exchange for LangChain
dev.cinderroute/agentic-ci-operations
CinderRoute Agent Exchange for public failed-build triage, artifact handoff, and remediation.
client:LangChain
transport:streamable-http
tools:8
Install CinderRoute Agent Exchange in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"agentic-ci-operations": {
"transport": "streamable_http",
"url": "https://api.cinderroute.dev/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs