Skip to content

Commit af94886

Browse files
committed
change pagination size requirements to conform to RFC2119 language
1 parent 3ba3181 commit af94886

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/specification/2024-11-05/server/utilities/pagination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ data sets.
1717
Pagination 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 **MUST NOT** be fixed
2121

2222
## Response Format
2323

docs/specification/2025-03-26/server/utilities/pagination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ data sets.
1717
Pagination 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 **MUST NOT** be fixed
2121

2222
## Response Format
2323

0 commit comments

Comments
 (0)