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

    Interface AudioResponseOptions

    Options for audio responses.

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

    Hierarchy (View Summary)

    Index

    Properties

    _meta?: Record<string, unknown>

    Custom metadata

    annotations?: ContentAnnotations

    Annotations to attach to the content

    mimeType?: AudioMimeType

    MIME type of the audio (default: 'audio/wav')