From ebdfa7d84f62bbf813e8a871d36620350399b661 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Den=20Delimarsky=20=E2=9A=A1?= Date: Mon, 30 Jun 2025 14:27:57 -0700 Subject: [PATCH] Update src/everything/everything.ts Co-authored-by: Ola Hungerford --- 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 bd01e30f..1f2dfa30 100644 --- a/src/everything/everything.ts +++ b/src/everything/everything.ts @@ -486,7 +486,7 @@ export const createServer = () => { }, { name: ToolName.ELICITATION_DEMO, - description: "Demonstrates the elicitation feature", + description: "Demonstrates the Elicitation feature by asking the user to provide information about their favorite color, number, and pets.", inputSchema: zodToJsonSchema(ElicitationSchema) as ToolInput, }, ];