Bashoor Cafe Mashhad — منوی زنده و قیمتها for LangChain
io.github.sepehrkeyhani00/bashoor-menu
کافه باشور پیروزی مشهد: منوی زنده و قیمتها | Bashoor Cafe live menu and prices
client:LangChain
transport:streamable-http
tools:3
Install Bashoor Cafe Mashhad — منوی زنده و قیمتها in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"bashoor-menu": {
"transport": "streamable_http",
"url": "https://bashoor.ir/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs