checklist for LangChain
io.github.theluckystrike/checklist
Reusable checklists and dated runs of them: pass, fail, not applicable, and a sign-off.
client:LangChain
transport:streamable-http
runtime:mcpb
tools:16
Install checklist in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"checklist": {
"transport": "streamable_http",
"url": "https://mcp.zovo.one/mcp/checklist",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs