MCP Apps
    Preparing search index...

    Type Alias AppNotification

    AppNotification:
        | McpUiHostContextChangedNotification
        | McpUiToolInputNotification
        | McpUiToolInputPartialNotification
        | McpUiToolResultNotification
        | McpUiToolCancelledNotification
        | McpUiSandboxResourceReadyNotification
        | ToolListChangedNotification
        | ResourceListChangedNotification
        | PromptListChangedNotification
        | McpUiInitializedNotification
        | McpUiSizeChangedNotification
        | McpUiSandboxProxyReadyNotification
        | McpUiRequestTeardownNotification
        | LoggingMessageNotification

    Union of every notification an App may send or receive.

    See AppRequest.