Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface MCPComplianceResult

    interface MCPComplianceResult {
        badge: "MCP-Certified" | "MCP-Compatible" | "MCP-Aware" | "Not-MCP";
        failed: string[];
        level: "partial" | "minimal" | "full" | "non-compliant";
        passed: string[];
        promptInjection: MCPPromptInjectionDetectionResult;
        recommendations: string[];
        safety: MCPSafetyScorecard;
        score: number;
        warnings: string[];
    }
    Index
    badge: "MCP-Certified" | "MCP-Compatible" | "MCP-Aware" | "Not-MCP"
    failed: string[]
    level: "partial" | "minimal" | "full" | "non-compliant"
    passed: string[]
    recommendations: string[]
    score: number
    warnings: string[]