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

    Type Alias McpDiscoveryOperationDetail

    Rich discovery detail for one concrete (domain, objectType, operation) path.

    type McpDiscoveryOperationDetail = {
        argumentMode?: McpCapabilityArgumentMode;
        deploymentTypes: McpDeploymentType[];
        descriptorId: string;
        domain: string;
        identitySurface?: McpIdentitySurface;
        methodName: string;
        notes?: string;
        objectType: string;
        objectTypePatterns?: string[];
        operationType: McpCapabilityOperationType;
        parameters?: McpCapabilityParameter[];
        preferredDeploymentTypes?: McpDeploymentType[];
        scope?: string;
        sourcePath: string;
        supportsIncludeTotal?: boolean;
        supportsPaging?: boolean;
        supportsRealm?: boolean;
        toolName: string;
    }
    Index

    Properties

    deploymentTypes: McpDeploymentType[]
    descriptorId: string
    domain: string
    identitySurface?: McpIdentitySurface
    methodName: string
    notes?: string
    objectType: string
    objectTypePatterns?: string[]
    parameters?: McpCapabilityParameter[]
    preferredDeploymentTypes?: McpDeploymentType[]
    scope?: string
    sourcePath: string
    supportsIncludeTotal?: boolean
    supportsPaging?: boolean
    supportsRealm?: boolean
    toolName: string