UNPKG

voyage-and-consumption-mcp-server

Version:

Voyage and consumption management server handling vessel position tracking, ETA monitoring, fuel consumption, lube oil consumption, fresh water production and weather data

4 lines (3 loc) 226 B
import { Prompt, GetPromptResult } from "@modelcontextprotocol/sdk/types.js"; export declare const promptList: Prompt[]; export declare function getPrompt(name: string, _args?: Record<string, string> | null): GetPromptResult;