UNPKG

signalk-mcp-server

Version:
13 lines 390 B
/** * Types Index * * Single export point for all types and interfaces used throughout the application. * This allows for clean imports like: import { SignalKClientOptions, AISTarget } from '@/types' */ // SignalK Protocol Types export * from './signalk'; // Domain Interfaces export * from './interfaces'; // MCP Protocol Types export * from './mcp'; //# sourceMappingURL=index.js.map