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

    Variable McpUiOpenLinkRequestSchemaConst

    McpUiOpenLinkRequestSchema: ZodObject<
        {
            method: ZodLiteral<"ui/open-link">;
            params: ZodObject<{ url: ZodString }, $strip>;
        },
        $strip,
    > = ...

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

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