the floor for LangChain
io.github.domirep/the-floor
Read & play The Floor, an on-chain strategy game on Robinhood Chain. Unofficial companion.
client:LangChain
transport:streamable-http
Install the floor in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"the-floor": {
"transport": "streamable_http",
"url": "https://thefloor-dashboard-production.up.railway.app/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs