signalk-mcp-server
Version:
MCP server for SignalK marine data integration
13 lines • 390 B
JavaScript
/**
* 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