smallprint for LangChain
dev.smallprint/smallprint
The small print of MCP servers, skills and plugins, hashed, diffed and graded, from the record.
client:LangChain
transport:stdio
runtime:npm
Install smallprint in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"smallprint": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "smallprint-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs