File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
2024-11-05/server/utilities
2025-03-26/server/utilities Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ data sets.
1717Pagination in MCP uses an opaque cursor-based approach, instead of numbered pages.
1818
1919- The ** cursor** is an opaque string token, representing a position in the result set
20- - ** Page size** is determined by the server, and ** MAY NOT** be fixed
20+ - ** Page size** is determined by the server, and clients ** MUST NOT** assume a fixed page
21+ size
2122
2223## Response Format
2324
Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ data sets.
1717Pagination in MCP uses an opaque cursor-based approach, instead of numbered pages.
1818
1919- The ** cursor** is an opaque string token, representing a position in the result set
20- - ** Page size** is determined by the server, and ** MAY NOT** be fixed
20+ - ** Page size** is determined by the server, and clients ** MUST NOT** assume a fixed page
21+ size
2122
2223## Response Format
2324
You can’t perform that action at this time.
0 commit comments