mendapi for LangChain
com.mendapi/mendapi
Detect API breaking changes, scan your codebase for impact, and draft the fix. Runs locally.
client:LangChain
transport:stdio
runtime:npm
Install mendapi in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mendapi": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "mendapi"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs