Skip to content
LangChain

AI School by Lilly Tech Systems for LangChain

com.lillytechsystems/ai-school

Search and read 550+ free AI course tracks and 21,000+ lessons, so answers can cite a real lesson.

client:LangChain transport:streamable-http tools:4

Install AI School by Lilly Tech Systems in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "ai-school": {
            "transport": "streamable_http",
            "url": "https://lillytechsystems.com/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

What LangChain can do once it is connected

AI School by Lilly Tech Systems in other clients