UNPKG

crew-management-mcp-server

Version:

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

3 lines (2 loc) 82 B
import { Db } from 'mongodb'; export declare function getDatabase(): Promise<Db>;