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

    Interface McpUiSandboxResourceReadyNotificationInternal

    Notification containing HTML resource for the sandbox proxy to load.

    This is an internal message used by web-based hosts implementing the double-iframe sandbox architecture. After the sandbox proxy signals readiness, the host sends this notification with the HTML content and optional sandbox attributes to load into the inner iframe.

    interface McpUiSandboxResourceReadyNotification {
        method: "ui/notifications/sandbox-resource-ready";
        params: { html: string; sandbox?: string };
    }
    Index

    Properties

    Properties

    method: "ui/notifications/sandbox-resource-ready"
    params: { html: string; sandbox?: string }

    Type Declaration

    • html: string

      HTML content to load into the inner iframe

    • Optionalsandbox?: string

      Optional override for the inner iframe's sandbox attribute