artifact gauge mcp for LangChain
io.github.mrfentmen/artifact-gauge-mcp
Local build artifact size and dependency weight inspection without file content output. Tools...
client:LangChain
transport:stdio
runtime:npm
Install artifact gauge mcp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"artifact-gauge-mcp": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "artifact-gauge-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs