mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-02-19 11:54:58 -05:00
Update src/everything/everything.ts
Co-authored-by: Ola Hungerford <olahungerford@gmail.com>
This commit is contained in:
@@ -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,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user