UNPKG

@flexabrain/mcp-server

Version:

Advanced electrical schematic analysis MCP server with rail engineering expertise

21 lines 739 B
/** * MCP Tool: Check Safety Compliance * * Performs comprehensive safety compliance assessment for electrical systems * based on rail engineering safety standards, arc flash analysis, and * hazard identification with expert recommendations for risk mitigation. */ export declare function checkSafetyCompliance(args: { image_path: string; safety_standards?: string[]; assessment_level?: 'basic' | 'standard' | 'comprehensive'; include_arc_flash?: boolean; operating_voltage?: number; rail_system_context?: { system_type: string; voltage_level: string; environment: string; }; generate_labels?: boolean; }): Promise<string>; //# sourceMappingURL=check-safety-compliance.d.ts.map