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

    Interface McpUiOpenLinkRequest

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

    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