Update ADK doc according to issue #1587 - 14#1612
Conversation
✅ Deploy Preview for adk-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
PROPOSED UPDATEGoogle Cloud Agent Registry integration
Link: https://github.com/google/adk-docs/blob/main/docs/integrations/agent-registry.md
Interacting with "Endpoints:AgentRegistry clients can now support interactions with “Endpoints” through list_endpoints(), get_endpoint(), and get_model_name(). What is an Endpoint?An Endpoint possibilitates for agents to engage with a recorded target destination. What are list_endpoints(), get_endpoint(), and get_model_name()?
get_mcp_toolset() accepts auth_scheme and auth_credential parameters Resources: |
Google Cloud Agent Registry integration.
Create (or update if a similar page exists) documentation for the Google Cloud Agent Registry integration. Explain that the
AgentRegistryclient now supports interacting with "Endpoints" vialist_endpoints(),get_endpoint(), andget_model_name(). Additionally, document thatget_mcp_toolset()now acceptsauth_schemeandauth_credentialparameters to attach authentication to the retrieved MCP toolset, and thatget_remote_a2a_agent()supports customhttpx_clientinjection.