Rename noaa-cdo → noaa-climate; noaa_climate_* tool prefix (#11)
Breaking: new npm package name and tool ids. Name now describes the historical-climate workflow rather than one upstream API (CDO).
Changed:
- Package
@cyanheads/noaa-cdo-mcp-server→@cyanheads/noaa-climate-mcp-server; repo, bin, MCP-registry name, GHCR image, and hosted endpoint follow - All 7 tools reprefixed
noaa_*→noaa_climate_*(e.g.noaa_fetch_data→noaa_climate_fetch_data); tool titlesNOAA CDO …→NOAA Climate …
Added:
tests/tool-naming.test.tspinning the registerednoaa_climate_*set
Migration:
- Install
@cyanheads/noaa-climate-mcp-server; the old package is deprecated. Prefix tool callsnoaa_climate_. Unchanged:NOAA_CDO_TOKEN,noaa://resource URIs, theCdoServicelayer
167 tests pass; bun run devcheck clean.