MCP Server Framework - v1.0.0
    Preparing search index...

    Interface ImageResponseOptions

    Options for image responses.

    interface ImageResponseOptions {
        _meta?: Record<string, unknown>;
        annotations?: ContentAnnotations;
        mimeType?: ImageMimeType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    _meta?: Record<string, unknown>

    Custom metadata

    annotations?: ContentAnnotations

    Annotations to attach to the content

    mimeType?: ImageMimeType

    MIME type of the image (default: 'image/png')