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

    Interface McpUiOpenLinkRequest

    Request to open an external URL in the host's default browser.

    Sent from the Guest UI to the Host when requesting to open an external link. The host may deny the request based on user preferences or security policy.

    app.App.sendOpenLink for the method that sends this request

    interface McpUiOpenLinkRequest {
        method: "ui/open-link";
        params: { url: string };
    }
    Index

    Properties

    Properties

    method: "ui/open-link"
    params: { url: string }

    Type Declaration

    • url: string

      URL to open in the host's browser