AI Wave for LangChain
com.elopstudio.aiwave/ai-wave
AI model releases, price changes and deprecations in one feed: chat, embedding, speech, video.
client:LangChain
transport:streamable-http
runtime:npm
tools:8
Install AI Wave in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"ai-wave": {
"transport": "streamable_http",
"url": "https://aiwave.elopstudio.com/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs