Frodo Library - v4.5.0
    Preparing search index...

    Type Alias McpRuntimeRequestContext

    Execution-scoped context used to create an isolated Frodo instance.

    type McpRuntimeRequestContext = {
        auth: McpRuntimeAuth;
        requestId?: string;
        trace?: McpToolRuntimeTraceHandler;
    }
    Index

    Properties

    Auth mode and credential payload for this request.

    requestId?: string

    Optional caller-supplied correlation id for audit/log stitching.

    Optional request-scoped sink for bounded lifecycle and discovery traces.