You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add withCursorPagination to withStandardDecorators
Moves cursor pagination into the standard decorator chain so all hosts
(stdio, hosted, any future) get it automatically. The return type uses
CursorPaginatedArgs<Args> to correctly reflect the schema transformation
(skip/take → optional cursor) at the TypeScript level.
Updates template list-examples test to use cursor-based pagination.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments