Skip to content
LangChain

BuildPulse for LangChain

io.github.buildpulsellc/buildpulse-mcp

BuildPulse CI test analytics for AI agents — flaky tests, CI failures, flakiness, and code coverage.

client:LangChain transport:streamable-http runtime:npm

Install BuildPulse in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

BuildPulse in other clients