dep diff mcp for LangChain
io.github.digicatalyst-systems/dep-diff-mcp
Translates a lockfile diff into a human-readable upgrade plan for npm, PyPI, and GitHub Actions.
client:LangChain
transport:streamable-http
runtime:npm
tools:2
Install dep diff mcp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"dep-diff-mcp": {
"transport": "streamable_http",
"url": "https://dep-diff.digicatalyst.ca/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs