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) 307 B
/** * Prompts for Crew Management MCP Server * Converted from Python to TypeScript */ import { Prompt, GetPromptResult } from "@modelcontextprotocol/sdk/types.js"; export declare const promptList: Prompt[]; export declare function getPrompt(name: string, args?: Record<string, string>): GetPromptResult;