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

11 lines (10 loc) 321 B
import { ToolResponse } from "../../types/index.js"; export declare class ComplianceToolHandler { constructor(); getFleetVesselsCiiRating(args: { fleet_imo: string; }): Promise<ToolResponse>; getFleetCharterPartyComplianceStatus(args: { fleet_imo: string; }): Promise<ToolResponse>; }