version truth for LangChain
ai.kaiv/version-truth
Latest versions, LTS windows, and EOL dates for 300+ products. Fresh ground truth for stale models.
client:LangChain
transport:streamable-http
tools:3
Install version truth in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"version-truth": {
"transport": "streamable_http",
"url": "https://api.kaiv.ai/api/bridge/mcp/version-truth-ca7b5b8c",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs