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