Skip to content
LangChain

Ray notifications for LangChain

io.github.gege-mn/ray-mcp

Send email, push, Slack, Discord, Telegram and webhook notifications and manage templates with Ray.

client:LangChain transport:streamable-http runtime:npm tools:21

Install Ray notifications in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "ray-mcp": {
            "transport": "streamable_http",
            "url": "https://ray-api.gege.mn/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

Ray notifications in other clients