@flexabrain/mcp-server
Version:
Advanced electrical schematic analysis MCP server with rail engineering expertise
13 lines • 592 B
TypeScript
/**
* FlexaBrain MCP Server - Primary Electrical Schematic Analysis Tool
*
* The main MCP tool that provides comprehensive electrical schematic analysis
* leveraging rail electrical engineering expertise. This tool orchestrates
* the entire analysis pipeline from OCR to expert recommendations.
*/
import { AnalyzeSchematicArgs, MCPToolResponse } from '../types/mcp.js';
/**
* Primary MCP tool for electrical schematic analysis
*/
export declare function analyzeElectricalSchematic(args: AnalyzeSchematicArgs): Promise<MCPToolResponse>;
//# sourceMappingURL=analyze-schematic.d.ts.map