Skip to content

Commit 3473e6e

Browse files
authored
Add missing id fields to next page requests (modelcontextprotocol#1007)
1 parent 489b485 commit 3473e6e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/specification/2025-06-18/server/utilities/pagination.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ including that cursor:
4848
```json
4949
{
5050
"jsonrpc": "2.0",
51+
"id": "124",
5152
"method": "resources/list",
5253
"params": {
5354
"cursor": "eyJwYWdlIjogMn0="

docs/specification/draft/server/utilities/pagination.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ including that cursor:
4848
```json
4949
{
5050
"jsonrpc": "2.0",
51+
"id": "124",
5152
"method": "resources/list",
5253
"params": {
5354
"cursor": "eyJwYWdlIjogMn0="

0 commit comments

Comments
 (0)