dependency license change mcp for LangChain
io.github.mrfentmen/dependency-license-change-mcp
Compare local license evidence across two snapshots without returning package names, text,...
client:LangChain
transport:stdio
runtime:npm
Install dependency license change mcp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"dependency-license-change-mcp": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "dependency-license-change-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs