mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
API registry uses a nextPageToken for pagination, so we should loop through all the pages by sending the received nextPageToken to subsequent requests until no token is returned. The first page contains 1P MCP servers, and later pages contain 3P customer servers. Co-authored-by: Kathy Wu <wukathy@google.com> PiperOrigin-RevId: 853880449