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

    Variable McpUiHostContextChangedNotificationSchemaConst Internal

    McpUiHostContextChangedNotificationSchema: ZodObject<
        {
            method: ZodLiteral<"ui/notifications/host-context-changed">;
            params: ZodType<
                McpUiHostContext,
                unknown,
                $ZodTypeInternals<McpUiHostContext, unknown>,
            >;
        },
        $strip,
    > = ...

    Runtime validation schema for McpUiHostContextChangedNotification.