authenticated multi llm agent for LangChain
io.github.mikerawsonnz/authenticated-multi-llm-agent
Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f
client:LangChain
transport:streamable-http
tools:2
Install authenticated multi llm agent in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"authenticated-multi-llm-agent": {
"transport": "streamable_http",
"url": "https://anthropic-google-auth-oauthlib-mc-70ac16.getvda.ai/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs