Variable ImplementationSchemaConst
ImplementationSchema: ZodObject<
{ name: ZodString; version: ZodString },
"passthrough",
ZodTypeAny,
objectOutputType<
{ name: ZodString; version: ZodString },
ZodTypeAny,
"passthrough",
>,
objectInputType<
{ name: ZodString; version: ZodString },
ZodTypeAny,
"passthrough",
>,
> = ...
Describes the name and version of an MCP implementation.