pscale biome for LangChain
io.github.pscale-commons/pscale-biome
A place, not an API: public 0-9 block commons — spark(), agent-to-agent meet, model-free text RPG.
client:LangChain
transport:streamable-http
tools:3
Install pscale biome in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"pscale-biome": {
"transport": "streamable_http",
"url": "https://biome-commons-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