UNPKG

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

Version:

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

7 lines (6 loc) 239 B
import { FastMCP } from 'fastmcp'; import { SunService } from '../services/sun-service.js'; /** * Register sun-related tools with the MCP server */ export declare function registerSunTools(server: FastMCP, sunService: SunService): void;