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

    Interface JsonResponseOptions

    Options for JSON responses.

    interface JsonResponseOptions {
        _meta?: Record<string, unknown>;
        annotations?: ContentAnnotations;
        indent?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    _meta?: Record<string, unknown>

    Custom metadata

    annotations?: ContentAnnotations

    Annotations to attach to the content

    indent?: number

    Number of spaces for indentation (default: 2, use 0 for compact)