TTMSMCPServer.DefaultPageSize Property
Number of entries returned per page by the list requests for tools, resources and prompts.
API unit family: TMS.MCP.Server
Declaring type: TTMSMCPServer
Inherited from: TTMSMCPCustomServer
Type: Integer
Syntax
property DefaultPageSize: Integer;
Default: 0
Remarks
Defaults to 0, which disables paging: every list request returns the complete collection in one response and no cursor is issued. Any value above zero turns paging on and makes the server advertise pagination support during initialization.