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

    Interface TelemetrySpan

    Minimal span interface for the telemetry abstraction. Avoids importing OpenTelemetry API types into the connection/ layer.

    interface TelemetrySpan {
        setAttribute(key: string, value: string | number | boolean): void;
    }
    Index

    Methods

    Methods

    • Parameters

      • key: string
      • value: string | number | boolean

      Returns void