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) 139 B
export interface Config { environment: string; companyName: string; [key: string]: any; } export declare const config: Config;