Skip to content

v0.2.0: Rename noaa-cdo → noaa-climate; noaa_climate_* tool prefix (#11)

Latest

Choose a tag to compare

@cyanheads cyanheads released this 22 Jun 04:24
v0.2.0
dc0a4a5

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_datanoaa_climate_fetch_data); tool titles NOAA CDO …NOAA Climate …

Added:

  • tests/tool-naming.test.ts pinning the registered noaa_climate_* set

Migration:

  • Install @cyanheads/noaa-climate-mcp-server; the old package is deprecated. Prefix tool calls noaa_climate_. Unchanged: NOAA_CDO_TOKEN, noaa:// resource URIs, the CdoService layer

167 tests pass; bun run devcheck clean.