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.
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 clients ** MUST NOT** assume a fixed page size
20
+ - ** Page size** is determined by the server, and clients ** MUST NOT** assume a fixed page
21
+ size
21
22
22
23
## Response Format
23
24
Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ 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 clients ** MUST NOT** assume a fixed page size
20
+ - ** Page size** is determined by the server, and clients ** MUST NOT** assume a fixed page
21
+ size
21
22
22
23
## Response Format
23
24
You can’t perform that action at this time.
0 commit comments