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

    Interface SpanOptions

    Options for creating a span.

    interface SpanOptions {
        attributes?: Attributes;
        kind?: SpanKind;
        parentContext?: Context;
    }
    Index

    Properties

    attributes?: Attributes

    Initial attributes

    kind?: SpanKind

    Span kind (default: INTERNAL)

    parentContext?: Context

    Parent context (uses active context if not provided)