v2.3.0
Minor release.
Added — Storage Boxes domain (29 tools, 156 → 185)
New hetzner-mcp-storage-boxes entry point covering Storage Box CRUD + folders + actions (protection/type/password/access-settings, snapshot plan enable/disable + rollback), snapshots CRUD, subaccounts CRUD + actions, and Storage Box types. Storage Boxes call the separate https://api.hetzner.com/v1 host via a second cached client that reuses the same retry, 429 backoff, and error normalization. Token resolves as HETZNER_STORAGE_API_TOKEN || HETZNER_API_TOKEN (an empty storage token falls back to the Cloud token), so a single existing token keeps working. pathSeg URL-encoder promoted to schemas/common.ts and unit-tested.
Deprecated — datacenters
hetzner_list_datacenters / hetzner_get_datacenter now flag Hetzner's removal of /datacenters (after 2026-10-01, HTTP 410) and point to hetzner_list_server_types (locations[].available/recommended) and hetzner_list_locations. Tools remain functional until the cutover.
See CHANGELOG.md for details.