voyage-and-consumption-mcp-server
Version:
Voyage and consumption management server handling vessel voyages, fuel consumption, performance monitoring, and operational data with ERP access for data extraction
8 lines (7 loc) • 312 B
TypeScript
/**
* Prompts for Voyage & Consumption MCP Server
* Converted from Python to TypeScript
*/
import { GetPromptResult, Prompt } from "@modelcontextprotocol/sdk/types.js";
export declare const promptList: Prompt[];
export declare function getPrompt(name: string, args?: Record<string, string>): GetPromptResult;