Variable InitializeResultSchemaConst
InitializeResultSchema: ZodObject<
extendShape<
{
_meta: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
},
{
capabilities: ZodObject<
{
completions: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
experimental: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
logging: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
prompts: ZodOptional<
ZodObject<
{ listChanged: ZodOptional<ZodBoolean> },
"passthrough",
ZodTypeAny,
objectOutputType<
{ listChanged: ZodOptional<ZodBoolean> },
ZodTypeAny,
"passthrough",
>,
objectInputType<
{ listChanged: ZodOptional<ZodBoolean> },
ZodTypeAny,
"passthrough",
>,
>,
>;
resources: ZodOptional<
ZodObject<
{
listChanged: ZodOptional<ZodBoolean>;
subscribe: ZodOptional<ZodBoolean>;
},
"passthrough",
ZodTypeAny,
objectOutputType<
{
listChanged: ZodOptional<ZodBoolean>;
subscribe: ZodOptional<ZodBoolean>;
},
ZodTypeAny,
"passthrough",
>,
objectInputType<
{
listChanged: ZodOptional<ZodBoolean>;
subscribe: ZodOptional<ZodBoolean>;
},
ZodTypeAny,
"passthrough",
>,
>,
>;
tools: ZodOptional<
ZodObject<
{ listChanged: ZodOptional<ZodBoolean> },
"passthrough",
ZodTypeAny,
objectOutputType<
{ listChanged: ZodOptional<ZodBoolean> },
ZodTypeAny,
"passthrough",
>,
objectInputType<
{ listChanged: ZodOptional<ZodBoolean> },
ZodTypeAny,
"passthrough",
>,
>,
>;
},
"passthrough",
ZodTypeAny,
objectOutputType<
{
completions: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
experimental: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
logging: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
prompts: ZodOptional<
ZodObject<
{ listChanged: ZodOptional<ZodBoolean> },
"passthrough",
ZodTypeAny,
objectOutputType<
{ listChanged: ZodOptional<(...)> },
ZodTypeAny,
"passthrough",
>,
objectInputType<
{ listChanged: ZodOptional<(...)> },
ZodTypeAny,
"passthrough",
>,
>,
>;
resources: ZodOptional<
ZodObject<
{
listChanged: ZodOptional<ZodBoolean>;
subscribe: ZodOptional<ZodBoolean>;
},
"passthrough",
ZodTypeAny,
objectOutputType<
{
listChanged: ZodOptional<(...)>;
subscribe: ZodOptional<(...)>;
},
ZodTypeAny,
"passthrough",
>,
objectInputType<
{
listChanged: ZodOptional<(...)>;
subscribe: ZodOptional<(...)>;
},
ZodTypeAny,
"passthrough",
>,
>,
>;
tools: ZodOptional<
ZodObject<
{ listChanged: ZodOptional<ZodBoolean> },
"passthrough",
ZodTypeAny,
objectOutputType<
{ listChanged: ZodOptional<(...)> },
ZodTypeAny,
"passthrough",
>,
objectInputType<
{ listChanged: ZodOptional<(...)> },
ZodTypeAny,
"passthrough",
>,
>,
>;
},
ZodTypeAny,
"passthrough",
>,
objectInputType<
{
completions: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
experimental: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
logging: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
prompts: ZodOptional<
ZodObject<
{ listChanged: ZodOptional<ZodBoolean> },
"passthrough",
ZodTypeAny,
objectOutputType<
{ listChanged: ZodOptional<(...)> },
ZodTypeAny,
"passthrough",
>,
objectInputType<
{ listChanged: ZodOptional<(...)> },
ZodTypeAny,
"passthrough",
>,
>,
>;
resources: ZodOptional<
ZodObject<
{
listChanged: ZodOptional<ZodBoolean>;
subscribe: ZodOptional<ZodBoolean>;
},
"passthrough",
ZodTypeAny,
objectOutputType<
{
listChanged: ZodOptional<(...)>;
subscribe: ZodOptional<(...)>;
},
ZodTypeAny,
"passthrough",
>,
objectInputType<
{
listChanged: ZodOptional<(...)>;
subscribe: ZodOptional<(...)>;
},
ZodTypeAny,
"passthrough",
>,
>,
>;
tools: ZodOptional<
ZodObject<
{ listChanged: ZodOptional<ZodBoolean> },
"passthrough",
ZodTypeAny,
objectOutputType<
{ listChanged: ZodOptional<(...)> },
ZodTypeAny,
"passthrough",
>,
objectInputType<
{ listChanged: ZodOptional<(...)> },
ZodTypeAny,
"passthrough",
>,
>,
>;
},
ZodTypeAny,
"passthrough",
>,
>;
instructions: ZodOptional<ZodString>;
protocolVersion: ZodString;
serverInfo: ZodObject<
extendShape<
extendShape<
{ name: ZodString; title: ZodOptional<ZodString> },
{ version: ZodString; websiteUrl: ZodOptional<ZodString> },
>,
{
icons: ZodOptional<
ZodArray<
ZodObject<
{
mimeType: ZodOptional<(...)>;
sizes: ZodOptional<(...)>;
src: ZodString;
},
"passthrough",
ZodTypeAny,
objectOutputType<
{ mimeType: ...; sizes: ...; src: ... },
ZodTypeAny,
"passthrough",
>,
objectInputType<
{ mimeType: ...; sizes: ...; src: ... },
ZodTypeAny,
"passthrough",
>,
>,
"many",
>,
>;
},
>,
"passthrough",
ZodTypeAny,
objectOutputType<
extendShape<
extendShape<
{ name: ZodString; title: ZodOptional<ZodString> },
{ version: ZodString; websiteUrl: ZodOptional<ZodString> },
>,
{
icons: ZodOptional<
ZodArray<
ZodObject<
{ mimeType: ...; sizes: ...; src: ... },
"passthrough",
ZodTypeAny,
objectOutputType<(...), (...), (...)>,
objectInputType<(...), (...), (...)>,
>,
"many",
>,
>;
},
>,
ZodTypeAny,
"passthrough",
>,
objectInputType<
extendShape<
extendShape<
{ name: ZodString; title: ZodOptional<ZodString> },
{ version: ZodString; websiteUrl: ZodOptional<ZodString> },
>,
{
icons: ZodOptional<
ZodArray<
ZodObject<
{ mimeType: ...; sizes: ...; src: ... },
"passthrough",
ZodTypeAny,
objectOutputType<(...), (...), (...)>,
objectInputType<(...), (...), (...)>,
>,
"many",
>,
>;
},
>,
ZodTypeAny,
"passthrough",
>,
>;
},
>,
"passthrough",
ZodTypeAny,
objectOutputType<
extendShape<
{
_meta: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
},
{
capabilities: ZodObject<
{
completions: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
experimental: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
logging: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
prompts: ZodOptional<
ZodObject<
{ listChanged: ZodOptional<ZodBoolean> },
"passthrough",
ZodTypeAny,
objectOutputType<
{ listChanged: ZodOptional<(...)> },
ZodTypeAny,
"passthrough",
>,
objectInputType<
{ listChanged: ZodOptional<(...)> },
ZodTypeAny,
"passthrough",
>,
>,
>;
resources: ZodOptional<
ZodObject<
{
listChanged: ZodOptional<ZodBoolean>;
subscribe: ZodOptional<ZodBoolean>;
},
"passthrough",
ZodTypeAny,
objectOutputType<
{
listChanged: ZodOptional<(...)>;
subscribe: ZodOptional<(...)>;
},
ZodTypeAny,
"passthrough",
>,
objectInputType<
{
listChanged: ZodOptional<(...)>;
subscribe: ZodOptional<(...)>;
},
ZodTypeAny,
"passthrough",
>,
>,
>;
tools: ZodOptional<
ZodObject<
{ listChanged: ZodOptional<ZodBoolean> },
"passthrough",
ZodTypeAny,
objectOutputType<
{ listChanged: ZodOptional<(...)> },
ZodTypeAny,
"passthrough",
>,
objectInputType<
{ listChanged: ZodOptional<(...)> },
ZodTypeAny,
"passthrough",
>,
>,
>;
},
"passthrough",
ZodTypeAny,
objectOutputType<
{
completions: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
experimental: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
logging: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
prompts: ZodOptional<
ZodObject<
{ listChanged: ZodOptional<(...)> },
"passthrough",
ZodTypeAny,
objectOutputType<{ listChanged: ... }, ZodTypeAny, "passthrough">,
objectInputType<{ listChanged: ... }, ZodTypeAny, "passthrough">,
>,
>;
resources: ZodOptional<
ZodObject<
{
listChanged: ZodOptional<(...)>;
subscribe: ZodOptional<(...)>;
},
"passthrough",
ZodTypeAny,
objectOutputType<
{ listChanged: ...; subscribe: ... },
ZodTypeAny,
"passthrough",
>,
objectInputType<
{ listChanged: ...; subscribe: ... },
ZodTypeAny,
"passthrough",
>,
>,
>;
tools: ZodOptional<
ZodObject<
{ listChanged: ZodOptional<(...)> },
"passthrough",
ZodTypeAny,
objectOutputType<{ listChanged: ... }, ZodTypeAny, "passthrough">,
objectInputType<{ listChanged: ... }, ZodTypeAny, "passthrough">,
>,
>;
},
ZodTypeAny,
"passthrough",
>,
objectInputType<
{
completions: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
experimental: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
logging: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
prompts: ZodOptional<
ZodObject<
{ listChanged: ZodOptional<(...)> },
"passthrough",
ZodTypeAny,
objectOutputType<{ listChanged: ... }, ZodTypeAny, "passthrough">,
objectInputType<{ listChanged: ... }, ZodTypeAny, "passthrough">,
>,
>;
resources: ZodOptional<
ZodObject<
{
listChanged: ZodOptional<(...)>;
subscribe: ZodOptional<(...)>;
},
"passthrough",
ZodTypeAny,
objectOutputType<
{ listChanged: ...; subscribe: ... },
ZodTypeAny,
"passthrough",
>,
objectInputType<
{ listChanged: ...; subscribe: ... },
ZodTypeAny,
"passthrough",
>,
>,
>;
tools: ZodOptional<
ZodObject<
{ listChanged: ZodOptional<(...)> },
"passthrough",
ZodTypeAny,
objectOutputType<{ listChanged: ... }, ZodTypeAny, "passthrough">,
objectInputType<{ listChanged: ... }, ZodTypeAny, "passthrough">,
>,
>;
},
ZodTypeAny,
"passthrough",
>,
>;
instructions: ZodOptional<ZodString>;
protocolVersion: ZodString;
serverInfo: ZodObject<
extendShape<
extendShape<
{ name: ZodString; title: ZodOptional<ZodString> },
{ version: ZodString; websiteUrl: ZodOptional<ZodString> },
>,
{
icons: ZodOptional<
ZodArray<
ZodObject<
{ mimeType: ...; sizes: ...; src: ... },
"passthrough",
ZodTypeAny,
objectOutputType<(...), (...), (...)>,
objectInputType<(...), (...), (...)>,
>,
"many",
>,
>;
},
>,
"passthrough",
ZodTypeAny,
objectOutputType<
extendShape<
extendShape<
{ name: ZodString; title: ZodOptional<ZodString> },
{ version: ZodString; websiteUrl: ZodOptional<ZodString> },
>,
{
icons: ZodOptional<
ZodArray<ZodObject<(...), (...), (...), (...), (...)>, "many">,
>;
},
>,
ZodTypeAny,
"passthrough",
>,
objectInputType<
extendShape<
extendShape<
{ name: ZodString; title: ZodOptional<ZodString> },
{ version: ZodString; websiteUrl: ZodOptional<ZodString> },
>,
{
icons: ZodOptional<
ZodArray<ZodObject<(...), (...), (...), (...), (...)>, "many">,
>;
},
>,
ZodTypeAny,
"passthrough",
>,
>;
},
>,
ZodTypeAny,
"passthrough",
>,
objectInputType<
extendShape<
{
_meta: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
},
{
capabilities: ZodObject<
{
completions: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
experimental: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
logging: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
prompts: ZodOptional<
ZodObject<
{ listChanged: ZodOptional<ZodBoolean> },
"passthrough",
ZodTypeAny,
objectOutputType<
{ listChanged: ZodOptional<(...)> },
ZodTypeAny,
"passthrough",
>,
objectInputType<
{ listChanged: ZodOptional<(...)> },
ZodTypeAny,
"passthrough",
>,
>,
>;
resources: ZodOptional<
ZodObject<
{
listChanged: ZodOptional<ZodBoolean>;
subscribe: ZodOptional<ZodBoolean>;
},
"passthrough",
ZodTypeAny,
objectOutputType<
{
listChanged: ZodOptional<(...)>;
subscribe: ZodOptional<(...)>;
},
ZodTypeAny,
"passthrough",
>,
objectInputType<
{
listChanged: ZodOptional<(...)>;
subscribe: ZodOptional<(...)>;
},
ZodTypeAny,
"passthrough",
>,
>,
>;
tools: ZodOptional<
ZodObject<
{ listChanged: ZodOptional<ZodBoolean> },
"passthrough",
ZodTypeAny,
objectOutputType<
{ listChanged: ZodOptional<(...)> },
ZodTypeAny,
"passthrough",
>,
objectInputType<
{ listChanged: ZodOptional<(...)> },
ZodTypeAny,
"passthrough",
>,
>,
>;
},
"passthrough",
ZodTypeAny,
objectOutputType<
{
completions: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
experimental: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
logging: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
prompts: ZodOptional<
ZodObject<
{ listChanged: ZodOptional<(...)> },
"passthrough",
ZodTypeAny,
objectOutputType<{ listChanged: ... }, ZodTypeAny, "passthrough">,
objectInputType<{ listChanged: ... }, ZodTypeAny, "passthrough">,
>,
>;
resources: ZodOptional<
ZodObject<
{
listChanged: ZodOptional<(...)>;
subscribe: ZodOptional<(...)>;
},
"passthrough",
ZodTypeAny,
objectOutputType<
{ listChanged: ...; subscribe: ... },
ZodTypeAny,
"passthrough",
>,
objectInputType<
{ listChanged: ...; subscribe: ... },
ZodTypeAny,
"passthrough",
>,
>,
>;
tools: ZodOptional<
ZodObject<
{ listChanged: ZodOptional<(...)> },
"passthrough",
ZodTypeAny,
objectOutputType<{ listChanged: ... }, ZodTypeAny, "passthrough">,
objectInputType<{ listChanged: ... }, ZodTypeAny, "passthrough">,
>,
>;
},
ZodTypeAny,
"passthrough",
>,
objectInputType<
{
completions: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
experimental: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
logging: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
prompts: ZodOptional<
ZodObject<
{ listChanged: ZodOptional<(...)> },
"passthrough",
ZodTypeAny,
objectOutputType<{ listChanged: ... }, ZodTypeAny, "passthrough">,
objectInputType<{ listChanged: ... }, ZodTypeAny, "passthrough">,
>,
>;
resources: ZodOptional<
ZodObject<
{
listChanged: ZodOptional<(...)>;
subscribe: ZodOptional<(...)>;
},
"passthrough",
ZodTypeAny,
objectOutputType<
{ listChanged: ...; subscribe: ... },
ZodTypeAny,
"passthrough",
>,
objectInputType<
{ listChanged: ...; subscribe: ... },
ZodTypeAny,
"passthrough",
>,
>,
>;
tools: ZodOptional<
ZodObject<
{ listChanged: ZodOptional<(...)> },
"passthrough",
ZodTypeAny,
objectOutputType<{ listChanged: ... }, ZodTypeAny, "passthrough">,
objectInputType<{ listChanged: ... }, ZodTypeAny, "passthrough">,
>,
>;
},
ZodTypeAny,
"passthrough",
>,
>;
instructions: ZodOptional<ZodString>;
protocolVersion: ZodString;
serverInfo: ZodObject<
extendShape<
extendShape<
{ name: ZodString; title: ZodOptional<ZodString> },
{ version: ZodString; websiteUrl: ZodOptional<ZodString> },
>,
{
icons: ZodOptional<
ZodArray<
ZodObject<
{ mimeType: ...; sizes: ...; src: ... },
"passthrough",
ZodTypeAny,
objectOutputType<(...), (...), (...)>,
objectInputType<(...), (...), (...)>,
>,
"many",
>,
>;
},
>,
"passthrough",
ZodTypeAny,
objectOutputType<
extendShape<
extendShape<
{ name: ZodString; title: ZodOptional<ZodString> },
{ version: ZodString; websiteUrl: ZodOptional<ZodString> },
>,
{
icons: ZodOptional<
ZodArray<ZodObject<(...), (...), (...), (...), (...)>, "many">,
>;
},
>,
ZodTypeAny,
"passthrough",
>,
objectInputType<
extendShape<
extendShape<
{ name: ZodString; title: ZodOptional<ZodString> },
{ version: ZodString; websiteUrl: ZodOptional<ZodString> },
>,
{
icons: ZodOptional<
ZodArray<ZodObject<(...), (...), (...), (...), (...)>, "many">,
>;
},
>,
ZodTypeAny,
"passthrough",
>,
>;
},
>,
ZodTypeAny,
"passthrough",
>,
> = ...
After receiving an initialize request from the client, the server sends this response.