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

    Type Alias McpProfileDefinition

    type McpProfileDefinition = {
        derived?: boolean;
        description: string;
        excludePathPrefixes?: string[];
        hidden?: boolean;
        includePathPrefixes?: string[];
        name: McpProfileName;
        policyOverride?: Partial<McpCapabilityPolicy>;
        policyPreset?: McpCapabilityPolicyPresetName;
    }
    Index

    Properties

    derived?: boolean

    True for the derived all profile.

    description: string
    excludePathPrefixes?: string[]

    Internal exclusion prefixes that are never exposed by any profile.

    hidden?: boolean

    Hidden/internal profile entries should not be shown in user-facing lists.

    includePathPrefixes?: string[]

    Prefixes in FrodoLib object-graph terms, e.g. oauth2oidc or authn.journey.

    policyOverride?: Partial<McpCapabilityPolicy>

    Optional additional policy fields merged into this profile's derived overlay (alongside the includePathPrefixes-derived allow/deny path rules) — e.g. self-service's denyTrustTiers, a cross-cutting restriction that isn't naturally expressed as a subject-area path prefix.

    Optional default policy posture for the profile.