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

    Type Alias McpDiscoveryObjectTypeSupport

    Explicit per-object operation support matrix for agent planning. This allows clients to see both supported and unsupported generic operations (for example, that authn.Journey can be read/listed/exported but is not searchable).

    type McpDiscoveryObjectTypeSupport = {
        domain: string;
        objectType: string;
        supportedOperations: McpCapabilityOperationType[];
        unsupportedOperations: McpCapabilityOperationType[];
    }
    Index

    Properties

    domain: string
    objectType: string
    supportedOperations: McpCapabilityOperationType[]
    unsupportedOperations: McpCapabilityOperationType[]