Skip to content

Commit 88a0214

Browse files
committed
Format
1 parent 4dd12ca commit 88a0214

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ 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 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
2122

2223
## Response Format
2324

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ 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 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
2122

2223
## Response Format
2324

0 commit comments

Comments
 (0)