Latchkey for LangChain
io.github.that-developer-kaveh/latchkey
Triage failing GitHub Actions jobs and see what self-heal repaired, in natural language.
client:LangChain
transport:streamable-http
Install Latchkey in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"latchkey": {
"transport": "streamable_http",
"url": "https://latchkey.dev/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs