UNPKG

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

Version:

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

7 lines (6 loc) 284 B
import { FastMCP } from 'fastmcp'; import { NoaaParametersService } from '../services/noaa-parameters-service.js'; /** * Register parameter tools with the MCP server */ export declare function registerParameterTools(server: FastMCP, parametersService: NoaaParametersService): void;