mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-02-19 11:54:58 -05:00
Update schema
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user