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

7 lines (6 loc) 289 B
import { ToolResponse, GetVesselFreshWaterHistoryArguments } from "../../types/index.js"; export declare class FreshWaterToolHandler { private databaseManager; constructor(); handleGetVesselFreshWaterHistory(args: GetVesselFreshWaterHistoryArguments): Promise<ToolResponse>; }