Skip to content
LangChain

milestone schedule for LangChain

io.github.theluckystrike/milestone-schedule

Milestone billing from accepted deliverables: due dates, sign-off dates, invoice-ready items.

client:LangChain transport:streamable-http runtime:mcpb tools:12

Install milestone schedule in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "milestone-schedule": {
            "transport": "streamable_http",
            "url": "https://mcp.zovo.one/mcp/milestone-schedule",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

What LangChain can do once it is connected

milestone schedule in other clients