UNPKG

@flexabrain/mcp-server

Version:

Advanced electrical schematic analysis MCP server with rail engineering expertise

12 lines 729 B
/** * FlexaBrain MCP Server - Type Definitions Index * * Central export point for all type definitions used throughout the MCP server */ export * from './electrical.js'; export * from './schematic.js'; export * from './mcp.js'; export type { ElectricalComponent, ComponentType, ComponentCategory, SchematicType, SafetyLevel, ValidationResult, ComponentClassification, BoundingBox } from './electrical.js'; export type { SchematicAnalysis, AnalysisRequest, AnalysisResult, OCRResult, ExpertRecommendations, SafetyAnalysis, ComplianceReport, MaintenanceGuidance, PerformanceAnalysis } from './schematic.js'; export type { MCPToolResponse, AnalyzeSchematicArgs, MCPToolName } from './mcp.js'; //# sourceMappingURL=index.d.ts.map