File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
2024-11-05/server/utilities
2025-03-26/server/utilities Expand file tree Collapse file tree 2 files changed +2
-2
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 **MAY NOT** be fixed
20
+ - **Page size** is determined by the server, and **MUST NOT** be fixed
21
21
22
22
## Response Format
23
23
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 **MAY NOT** be fixed
20
+ - **Page size** is determined by the server, and **MUST NOT** be fixed
21
21
22
22
## Response Format
23
23
You can’t perform that action at this time.
0 commit comments