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) 269 B
/** * Resources for Crew Management MCP Server * Converted from Python to TypeScript */ import { Resource } from "@modelcontextprotocol/sdk/types.js"; export declare const resourceList: Resource[]; export declare function readResource(uri: string): Promise<string>;