顏回 YanHui Debug AI for LangChain
io.github.sstklen/yanhui-debug
Debug AI with shared KB. One bug fixed = everyone benefits. KB hit 4ms free, new analysis $0.05.
client:LangChain
transport:streamable-http
Install 顏回 YanHui Debug AI in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"yanhui-debug": {
"transport": "streamable_http",
"url": "https://api.washinmura.jp/mcp/debug/{lobster_id}",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs