Skip to content
LangChain

devicetree config language pack for LangChain

io.github.jmshinhwa/devicetree-config-language-pack

status = "ok" compiles clean and the node never appears. 23 rules over 7 config languages, on the fi

client:LangChain transport:stdio runtime:npm

Install devicetree config language pack in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "devicetree-config-language-pack": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "@readystack/devicetree-config-language-pack"],
        }
})

tools = await client.get_tools()

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

devicetree config language pack in other clients