MCP TypeScript SDK
    Preparing search index...

    Variable JSONRPCNotificationSchemaConst

    JSONRPCNotificationSchema: ZodObject<
        {
            jsonrpc: ZodLiteral<"2.0">;
            method: ZodString;
            params: ZodOptional<
                ZodObject<
                    {
                        _meta: ZodOptional<
                            ZodObject<
                                {
                                    "io.modelcontextprotocol/related-task": ZodOptional<
                                        ZodObject<{ taskId: ... }, $strip>,
                                    >;
                                    progressToken: ZodOptional<ZodUnion<readonly [(...), (...)]>>;
                                },
                                $loose,
                            >,
                        >;
                    },
                    $loose,
                >,
            >;
        },
        $strict,
    > = ...

    A notification which does not expect a response.