Skip to content
LangChain

dependency freshness mcp for LangChain

io.github.armigerous/dependency-freshness-mcp

npm & PyPI freshness for AI agents: latest version, deprecations, dated breaking-change diffs.

client:LangChain transport:streamable-http

Install dependency freshness mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "dependency-freshness-mcp": {
            "transport": "streamable_http",
            "url": "https://peppy-weekend--dependency-freshness-mcp.apify.actor/mcp",
        }
})

tools = await client.get_tools()

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

dependency freshness mcp in other clients