Frodo Library - v4.0.0-42
    Preparing search index...

    Type Alias McpExecutionScopeMetadata

    Scope metadata returned for realm-sensitive executions.

    type McpExecutionScopeMetadata = {
        appliedRealm?: string;
        requestedRealm?: string;
        scopeMismatch?: boolean;
        warning?: string;
    }
    Index

    Properties

    appliedRealm?: string

    Realm ultimately applied to request-scoped auth context.

    requestedRealm?: string

    Realm explicitly requested by the caller, if any.

    scopeMismatch?: boolean

    Whether payload contents suggest a realm mismatch.

    warning?: string

    Optional warning message when scope mismatch is detected.