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 8287585 commit 7b6ddbfCopy full SHA for 7b6ddbf
src/tools/accessibility.ts
@@ -497,9 +497,7 @@ export default function addAccessibilityTools(
497
cursor: z
498
.number()
499
.optional()
500
- .describe(
501
- "Character offset for pagination (default: 0, use 1 for first page after initial scan results)",
502
- ),
+ .describe("Character offset for pagination (default: 0)"),
503
},
504
async (args) => {
505
return await executeFetchAccessibilityIssues(args, server, config);
0 commit comments