UNPKG

@ryancardin/noaa-tides-currents-mcp-server

Version:

MCP Server that interfaces with NOAA Tides and Currents API using FastMCP

7 lines (6 loc) 116 B
/** * Configuration options for the NOAA service */ export interface NoaaConfig { applicationName?: string; }