UNPKG

crew-management-mcp-server

Version:

Crew management server handling crew records, certifications, scheduling, payroll, and vessel assignments with ERP access for data extraction

8 lines (7 loc) 388 B
export declare function convertToCsv(columns: string[], rows: any[]): string; export declare function validateSqlQuery(query: string): { isValid: boolean; error?: string; }; export declare function applySqlLimit(query: string, limitResults: number): string; export declare function applyDefaultSorting(query: string, defaultSortField?: string, defaultSortOrder?: string): string;