Variable InitializedNotificationSchemaConst
InitializedNotificationSchema: ZodObject<
extendShape<
{
method: ZodString;
params: ZodOptional<
ZodObject<
{ _meta: ZodOptional<ZodRecord<ZodString, ZodUnknown>> },
"passthrough",
ZodTypeAny,
objectOutputType<
{ _meta: ZodOptional<ZodRecord<ZodString, ZodUnknown>> },
ZodTypeAny,
"passthrough",
>,
objectInputType<
{ _meta: ZodOptional<ZodRecord<ZodString, ZodUnknown>> },
ZodTypeAny,
"passthrough",
>,
>,
>;
},
{ method: ZodLiteral<"notifications/initialized"> },
>,
"strip",
ZodTypeAny,
{
method: "notifications/initialized";
params?: objectOutputType<
{ _meta: ZodOptional<ZodRecord<ZodString, ZodUnknown>> },
ZodTypeAny,
"passthrough",
>;
},
{
method: "notifications/initialized";
params?: objectInputType<
{ _meta: ZodOptional<ZodRecord<ZodString, ZodUnknown>> },
ZodTypeAny,
"passthrough",
>;
},
> = ...
This notification is sent from the client to the server after initialization has finished.