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.
1 parent f326b42 commit 1166bbcCopy full SHA for 1166bbc
internal/cursor/cursor.go
@@ -9,6 +9,9 @@ import (
9
)
10
11
// Cursor represents pagination state with offset for next offset.
12
+//
13
+// We want to follow a pattern defined in MCP specification:
14
+// https://modelcontextprotocol.io/specification/2025-11-25/server/utilities/pagination
15
type Cursor struct {
16
Offset int32 `json:"offset"`
17
}
0 commit comments