mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-23 14:25:15 +02: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,
|
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,
|
inputSchema: zodToJsonSchema(ElicitationSchema) as ToolInput,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user