Update src/everything/everything.ts

Co-authored-by: Ola Hungerford <olahungerford@gmail.com>
This commit is contained in:
Den Delimarsky ⚡
2025-06-30 14:27:57 -07:00
committed by GitHub
parent c8ed6640ab
commit ebdfa7d84f

View File

@@ -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,
},
];