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