Skip to content
LangChain

Senlay Physical Context for LangChain

io.github.smartsurfsolar/senlay

Physical-world evidence and operability checks with provenance and explicit data gaps.

client:LangChain transport:streamable-http tools:4

Install Senlay Physical Context in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "senlay": {
            "transport": "streamable_http",
            "url": "https://senlay.cloud/mcp",
        }
})

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

Senlay Physical Context in other clients