UNPKG

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

Version:

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

10 lines (9 loc) 270 B
import { FastMCP } from 'fastmcp'; /** * Create and configure the FastMCP server */ export declare function createServer(): FastMCP<undefined>; /** * Start the FastMCP server with configurable transport */ export declare function startServer(server: FastMCP): void;