Exception: MCP::Client::PaginationLimitError
- Inherits:
-
StandardError
- Object
- StandardError
- MCP::Client::PaginationLimitError
- Defined in:
- lib/mcp/client.rb
Overview
Raised when an all-pages method reaches max_pages while the server is still offering
another cursor. Use the single-page list_* methods to walk such a collection with
a policy of your own.