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

8 lines (7 loc) 215 B
import { ToolResponse } from "../../types/index.js"; export declare class VoyageCargoToolHandler { constructor(); getFleetEtaCargoActivity(args: { fleet_imo: string; }): Promise<ToolResponse>; }