Veridu for LangChain
io.github.michaelw-pr/veridu
Multi-reviewer AI code review: surfaces findings the reviewers agree on, disputes flagged.
client:LangChain
transport:streamable-http
Install Veridu in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"veridu": {
"transport": "streamable_http",
"url": "https://api.veridu.io/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs