Skip to content

v0.4.1

Choose a tag to compare

@FlorianBruniaux FlorianBruniaux released this 22 Jun 15:57
· 67 commits to main since this release

Fixes and internal consolidation — no new tools.

Fixed

  • get_capabilities was reporting 18 tools instead of 32 (14 missing since v0.2)
  • inspect_url, batch_url_inspection, check_indexing_issues were raising AttributeError at runtime: they called webmasters/v3 which does not expose urlInspection. Fixed by switching to searchconsole/v1
  • traffic_health_check and page_analysis now include a note field warning about the 3-day GSC reporting lag vs GA4
  • ga4_organic_landing_pages now adds a truncation warning when results hit the limit

Changed

  • All GSC tools consolidated on searchconsole/v1 (drops webmasters/v3). The v1 API exposes the same sites, searchanalytics, sitemaps resources plus urlInspection

Tests

  • Improved quick_wins coverage: zero-CTR detection, impression threshold exclusion, CTR-at-benchmark exclusion