work order for LangChain
io.github.theluckystrike/work-order
Job orders for trades and field work: parts, labour, status, completion report, invoice payload.
client:LangChain
transport:streamable-http
runtime:mcpb
tools:12
Install work order in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"work-order": {
"transport": "streamable_http",
"url": "https://mcp.zovo.one/mcp/work-order",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs