ish for LangChain
io.ishlabs/ish
Simulated people experience what you are making and report what they noticed and felt.
client:LangChain
transport:streamable-http
Install ish in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"ish": {
"transport": "streamable_http",
"url": "https://mcp.ishlabs.io/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs