@modelcontextprotocol/ext-apps - v0.0.1
    Preparing search index...

    Variable McpUiSizeChangeNotificationSchemaConst Internal

    McpUiSizeChangeNotificationSchema: ZodObject<
        {
            method: ZodLiteral<"ui/notifications/size-change">;
            params: ZodObject<
                { height: ZodOptional<ZodNumber>; width: ZodOptional<ZodNumber> },
                $strip,
            >;
        },
        $strip,
    > = ...

    Runtime validation schema for McpUiSizeChangeNotification.