We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents baf89b4 + 5e463a2 commit 630db61Copy full SHA for 630db61
docs/specification/draft/server/utilities/pagination.mdx
@@ -92,6 +92,9 @@ The following MCP operations support pagination:
92
3. Clients **MUST** treat cursors as opaque tokens:
93
- Don't make assumptions about cursor format
94
- Don't attempt to parse or modify cursors
95
+ - Don't make any determination based on cursor value other than whether a
96
+ non-null value was provided (e.g. an empty string is a valid cursor and
97
+ thus **MUST NOT** be treated as the end of results)
98
- Don't persist cursors across sessions
99
100
## Error Handling
0 commit comments