Skip to content

v0.1.10: Enrichment adoption — query echoes, totals, empty-result guidance

Choose a tag to compare

@cyanheads cyanheads released this 30 May 09:54
· 17 commits to main since this release
v0.1.10
5a1d6b3

Enrichment adoption — query echoes, totals, empty-result guidance

Six search/list/fetch tools now surface a typed enrichment block in both
structuredContent and content[]: totalCount (true result count before the
page limit), effectiveQuery (noaa_fetch_data only), and optional notice
with actionable next steps when zero results are returned.

Changed:

  • noaa_list_datasets, noaa_list_data_categories: enrichment.totalCount, optional enrichment.notice
  • noaa_list_data_types, noaa_find_locations, noaa_find_stations: enrichment.totalCount, optional enrichment.notice with applied-filter echoes
  • noaa_fetch_data: enrichment.totalCount, enrichment.effectiveQuery (dataset/dates/units/filters), optional enrichment.notice
  • format script split into format and format:unsafe

Dependency bumps:

  • @cyanheads/mcp-ts-core ^0.9.13 → ^0.9.16

38 tests pass; bun run devcheck clean.