human standards for LangChain
io.github.aklodhi98/human-standards
Read-only Human Standards guidance for accessible, usable interface design.
client:LangChain
transport:stdio
runtime:npm
Install human standards in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"human-standards": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@humanstandards/mcp-server"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs