tutoring for LangChain
io.github.louisvanh/tutoring
Find and book verified 1-on-1 online tutors: search by subject, price and rating, then book.
client:LangChain
transport:streamable-http
tools:7
Install tutoring in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"tutoring": {
"transport": "streamable_http",
"url": "https://itutoronline.com/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs