UNPKG

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

Version:

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

7 lines (6 loc) 266 B
import { FastMCP } from 'fastmcp'; import { MoonPhaseService } from '../services/moon-phase-service.js'; /** * Register moon-related tools with the MCP server */ export declare function registerMoonTools(server: FastMCP, moonPhaseService: MoonPhaseService): void;