diff --git a/src/sequentialthinking/index.ts b/src/sequentialthinking/index.ts index 809086a94c..a3c34ccadb 100644 --- a/src/sequentialthinking/index.ts +++ b/src/sequentialthinking/index.ts @@ -81,6 +81,12 @@ You should: branchId: z.string().optional().describe("Branch identifier"), needsMoreThoughts: z.boolean().optional().describe("If more thoughts are needed") }, + annotations: { + readOnlyHint: true, + destructiveHint: false, + idempotentHint: true, + openWorldHint: false, + }, outputSchema: { thoughtNumber: z.number(), totalThoughts: z.number(),