UNPKG

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

Version:

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

7 lines (6 loc) 247 B
import { FastMCP } from 'fastmcp'; import { NoaaService } from '../services/noaa-service.js'; /** * Register water-related tools with the MCP server */ export declare function registerWaterTools(server: FastMCP, noaaService: NoaaService): void;