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

    Interface TraceContext

    Trace context for propagation to external services.

    interface TraceContext {
        spanId: string;
        traceId: string;
    }
    Index

    Properties

    Properties

    spanId: string

    Span ID

    traceId: string

    Trace ID