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

    Interface ResponseOptions

    Base options for response helpers.

    interface ResponseOptions {
        _meta?: Record<string, unknown>;
        annotations?: ContentAnnotations;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    _meta?: Record<string, unknown>

    Custom metadata

    annotations?: ContentAnnotations

    Annotations to attach to the content