MCP Apps
    Preparing search index...

    Type Alias GetViewContentBlocksOptions

    Options for extracting dynamic view content payloads from a tool result.

    type GetViewContentBlocksOptions = {
        mimeType?: string;
        rendererUri?: string;
    }
    Index

    Properties

    mimeType?: string

    Only return payloads with this MIME type.

    rendererUri?: string

    Only return payloads targeting this renderer: blocks whose _meta.ui.content.rendererUri equals this URI, plus blocks with no explicit rendererUri (which target the calling tool's default view).