Exception: ModelContextProtocol::Server::Configuration::InvalidPaginationError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/model_context_protocol/server/configuration.rb

Overview

Signals that pagination settings are invalid (negative sizes, out-of-range defaults). Raised by validate_pagination! when default_page_size exceeds max_page_size or values are non-positive.