From 11195cf3ffeb9f980b813791af69503074ab2ec2 Mon Sep 17 00:00:00 2001 From: Den Delimarsky Date: Thu, 3 Jul 2025 22:14:44 -0700 Subject: [PATCH] Update schema --- src/everything/everything.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/everything/everything.ts b/src/everything/everything.ts index 72d66bcd..f3d12f76 100644 --- a/src/everything/everything.ts +++ b/src/everything/everything.ts @@ -86,7 +86,7 @@ const GetResourceReferenceSchema = z.object({ .describe("ID of the resource to reference (1-100)"), }); -const itationSchema = z.object({ +const ElicitationSchema = z.object({ message: z.string().describe("Message to use for elicitation"), includeSchema: z .boolean()