Skip to content

Commit e101579

Browse files
committed
update server pagination documentation language
1 parent af94886 commit e101579

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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 **MUST NOT** be fixed
20+
- **Page size** is determined by the server, and clients **MUST NOT** assume a fixed page size
2121

2222
## Response Format
2323

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +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 **MUST NOT** be fixed
21-
20+
- **Page size** is determined by the server, and clients **MUST NOT** assume a fixed page size
2221
## Response Format
2322

2423
Pagination starts when the server sends a **response** that includes:

0 commit comments

Comments
 (0)