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

    Interface McpUiSandboxProxyReadyNotificationInternal

    Notification that the sandbox proxy iframe is ready to receive content.

    This is an internal message used by web-based hosts implementing the double-iframe sandbox architecture. The sandbox proxy sends this to the host after it loads and is ready to receive HTML content via McpUiSandboxResourceReadyNotification.

    interface McpUiSandboxProxyReadyNotification {
        method: "ui/notifications/sandbox-proxy-ready";
        params: {};
    }
    Index

    Properties

    Properties

    method: "ui/notifications/sandbox-proxy-ready"
    params: {}