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

    Type Alias McpProfileDefinition

    type McpProfileDefinition = {
        derived?: boolean;
        description: string;
        excludePathPrefixes?: string[];
        hidden?: boolean;
        includePathPrefixes?: string[];
        name: McpProfileName;
        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.

    Optional default policy posture for the profile.