Summary
Patch release focused on gateway MCP reliability when authenticating, cleaner stdio behavior for MCP, and login / API-key validation fixes. Also includes internal telemetry metadata and minor maintainer documentation already on main since v2.1.0.
Fixes
- Gateway MCP (#280): Auth-aware MCP server behavior, stderr usage for MCP execution paths, and login / reauth flow improvements so agents get clearer results when not logged in.
- API key validation: Validate keys without sending stale team/project headers; keep the local profile aligned with the API response after login.
Internal
- Telemetry: For API requests that include
X-Hookdeck-CLI-Telemetry, the JSON may now includecommand_flags: the names of flags you explicitly passed on the command line (not values). Telemetry remains optional; usehookdeck telemetry disabledorHOOKDECK_CLI_TELEMETRY_DISABLEDto opt out.
Full Changelog: v2.1.0...v2.1.1