Skip to content
LangChain

hs for LangChain

io.github.superlcr/hs

Turn a script into a finished video with Huasheng: storyboard, narration, footage, export.

client:LangChain transport:stdio runtime:npm

Install hs in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "hs": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "@superlcr/hs"],
        }
})

tools = await client.get_tools()

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

hs in other clients