Skip to content
LangChain

evidence diff mcp for LangChain

io.github.mrfentmen/evidence-diff-mcp

Explain coarse Git and test-build evidence changes without source diff contents. Tools include...

client:LangChain transport:stdio runtime:npm

Install evidence diff mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "evidence-diff-mcp": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "evidence-diff-mcp"],
        }
})

tools = await client.get_tools()

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

evidence diff mcp in other clients