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) 167 B
/** * MCP Server - Standardized Implementation * Multi-tenant server with YAML-based configuration */ import { logger } from "./utils/index.js"; export { logger };