UNPKG

crew-management-mcp-server

Version:

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

4 lines (3 loc) 186 B
import Typesense from 'typesense'; export declare function getTypesenseClient(): Typesense.Client; export declare function searchCrewMembers(query: string, filters?: any): Promise<any>;