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.
limit
1 parent d906371 commit 7af01bdCopy full SHA for 7af01bd
src/mcp/tools/note-tools.ts
@@ -23,9 +23,9 @@ export class NoteToolRegistry extends ToolRegistry {
23
limit: z
24
.number()
25
.optional()
26
- .default(20)
+ .default(10)
27
.describe(
28
- "Maximum number of notes to return per request (defaults to 20)"
+ "Maximum number of notes to return per request (defaults to 10)"
29
),
30
skip: z
31
@@ -100,9 +100,9 @@ export class NoteToolRegistry extends ToolRegistry {
100
101
102
103
104
105
106
107
108
0 commit comments