Skip to content
LangChain

longpath for LangChain

io.github.s-curvelabs/longpath

Read-only P6 / MS Project schedule analysis: CPM, float, DCMA 14-point, logic checks, S-curves.

client:LangChain transport:stdio runtime:pypi

Install longpath in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "longpath": {
            "transport": "stdio",
            "command": "uvx",
            "args": ["longpath"],
        }
})

tools = await client.get_tools()

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

longpath in other clients