@modelcontextprotocol/sdk
    Preparing search index...

    Variable ClientNotificationSchemaConst

    ClientNotificationSchema: ZodUnion<
        [
            ZodObject<
                extendShape<
                    {
                        method: ZodString;
                        params: ZodOptional<
                            ZodObject<
                                { _meta: ZodOptional<ZodRecord<ZodString, ZodUnknown>> },
                                "passthrough",
                                ZodTypeAny,
                                objectOutputType<
                                    { _meta: ZodOptional<ZodRecord<(...), (...)>> },
                                    ZodTypeAny,
                                    "passthrough",
                                >,
                                objectInputType<
                                    { _meta: ZodOptional<ZodRecord<(...), (...)>> },
                                    ZodTypeAny,
                                    "passthrough",
                                >,
                            >,
                        >;
                    },
                    {
                        method: ZodLiteral<"notifications/cancelled">;
                        params: ZodObject<
                            extendShape<
                                { _meta: ZodOptional<ZodRecord<ZodString, ZodUnknown>> },
                                {
                                    reason: ZodOptional<ZodString>;
                                    requestId: ZodUnion<[ZodString, ZodNumber]>;
                                },
                            >,
                            "strip",
                            ZodTypeAny,
                            {
                                _meta?: Record<string, unknown>;
                                reason?: string;
                                requestId: string | number;
                            },
                            {
                                _meta?: Record<string, unknown>;
                                reason?: string;
                                requestId: string | number;
                            },
                        >;
                    },
                >,
                "strip",
                ZodTypeAny,
                {
                    method: "notifications/cancelled";
                    params: {
                        _meta?: Record<string, unknown>;
                        reason?: string;
                        requestId: string | number;
                    };
                },
                {
                    method: "notifications/cancelled";
                    params: {
                        _meta?: Record<string, unknown>;
                        reason?: string;
                        requestId: string | number;
                    };
                },
            >,
            ZodObject<
                extendShape<
                    {
                        method: ZodString;
                        params: ZodOptional<
                            ZodObject<
                                { _meta: ZodOptional<ZodRecord<ZodString, ZodUnknown>> },
                                "passthrough",
                                ZodTypeAny,
                                objectOutputType<
                                    { _meta: ZodOptional<ZodRecord<(...), (...)>> },
                                    ZodTypeAny,
                                    "passthrough",
                                >,
                                objectInputType<
                                    { _meta: ZodOptional<ZodRecord<(...), (...)>> },
                                    ZodTypeAny,
                                    "passthrough",
                                >,
                            >,
                        >;
                    },
                    {
                        method: ZodLiteral<"notifications/progress">;
                        params: ZodObject<
                            extendShape<
                                extendShape<
                                    { _meta: ZodOptional<ZodRecord<(...), (...)>> },
                                    {
                                        message: ZodOptional<ZodString>;
                                        progress: ZodNumber;
                                        total: ZodOptional<ZodNumber>;
                                    },
                                >,
                                { progressToken: ZodUnion<[ZodString, ZodNumber]> },
                            >,
                            "strip",
                            ZodTypeAny,
                            {
                                _meta?: Record<string, unknown>;
                                message?: string;
                                progress: number;
                                progressToken: string | number;
                                total?: number;
                            },
                            {
                                _meta?: Record<string, unknown>;
                                message?: string;
                                progress: number;
                                progressToken: string | number;
                                total?: number;
                            },
                        >;
                    },
                >,
                "strip",
                ZodTypeAny,
                {
                    method: "notifications/progress";
                    params: {
                        _meta?: Record<string, unknown>;
                        message?: string;
                        progress: number;
                        progressToken: string | number;
                        total?: number;
                    };
                },
                {
                    method: "notifications/progress";
                    params: {
                        _meta?: Record<string, unknown>;
                        message?: string;
                        progress: number;
                        progressToken: string | number;
                        total?: number;
                    };
                },
            >,
            ZodObject<
                extendShape<
                    {
                        method: ZodString;
                        params: ZodOptional<
                            ZodObject<
                                { _meta: ZodOptional<ZodRecord<ZodString, ZodUnknown>> },
                                "passthrough",
                                ZodTypeAny,
                                objectOutputType<
                                    { _meta: ZodOptional<ZodRecord<(...), (...)>> },
                                    ZodTypeAny,
                                    "passthrough",
                                >,
                                objectInputType<
                                    { _meta: ZodOptional<ZodRecord<(...), (...)>> },
                                    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",
                    >;
                },
            >,
            ZodObject<
                extendShape<
                    {
                        method: ZodString;
                        params: ZodOptional<
                            ZodObject<
                                { _meta: ZodOptional<ZodRecord<ZodString, ZodUnknown>> },
                                "passthrough",
                                ZodTypeAny,
                                objectOutputType<
                                    { _meta: ZodOptional<ZodRecord<(...), (...)>> },
                                    ZodTypeAny,
                                    "passthrough",
                                >,
                                objectInputType<
                                    { _meta: ZodOptional<ZodRecord<(...), (...)>> },
                                    ZodTypeAny,
                                    "passthrough",
                                >,
                            >,
                        >;
                    },
                    { method: ZodLiteral<"notifications/roots/list_changed"> },
                >,
                "strip",
                ZodTypeAny,
                {
                    method: "notifications/roots/list_changed";
                    params?: objectOutputType<
                        { _meta: ZodOptional<ZodRecord<ZodString, ZodUnknown>> },
                        ZodTypeAny,
                        "passthrough",
                    >;
                },
                {
                    method: "notifications/roots/list_changed";
                    params?: objectInputType<
                        { _meta: ZodOptional<ZodRecord<ZodString, ZodUnknown>> },
                        ZodTypeAny,
                        "passthrough",
                    >;
                },
            >,
        ],
    > = ...