@adcp/sdk API Reference - v14.0.0-beta.6
    Preparing search index...

    Interface McpAppUiMeta

    UI hints for a custom tool backed by an MCP App.

    interface McpAppUiMeta {
        resourceUri?: string;
        visibility?: ("app" | "model")[];
    }
    Index

    Properties

    resourceUri?: string

    URI of the MCP App resource rendered when the tool is invoked.

    visibility?: ("app" | "model")[]

    Audiences a compliant host exposes the tool to. Routing metadata, not authorization.