Variable PingRequestSchemaConst
PingRequestSchema: ZodObject<
{
method: ZodLiteral<"ping">;
params: ZodOptional<
ZodObject<
{
_meta: ZodOptional<
ZodObject<
{
"io.modelcontextprotocol/related-task": ZodOptional<
ZodObject<{ taskId: ... }, $strip>,
>;
progressToken: ZodOptional<ZodUnion<readonly [(...), (...)]>>;
},
$loose,
>,
>;
},
$strip,
>,
>;
},
$strip,
> = ...
A ping, issued by either the server or the client, to check that the other party is still alive. The receiver must promptly respond, or else may be disconnected.