UNPKG

@flexabrain/mcp-server

Version:

Advanced electrical schematic analysis MCP server with rail engineering expertise

12 lines 345 B
/** * FlexaBrain MCP Server - Type Definitions Index * * Central export point for all type definitions used throughout the MCP server */ // Electrical component types export * from './electrical.js'; // Schematic analysis types export * from './schematic.js'; // MCP protocol types export * from './mcp.js'; //# sourceMappingURL=index.js.map