BugProof for LangChain
io.github.sidinsearch/bugproof
Capture, replay, and debug failures with portable, executable bug artifacts
client:LangChain
transport:stdio
runtime:npm
Install BugProof in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"bugproof": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "bugproof"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs