github chrisdoc/hevy-mcp hevy-mcp@6.1.5

5 hours ago

Patch Changes

  • #1049 e7934bb Thanks @jacksonpradolima! - Fix update-workout failing with Hevy API HTTP 500 when is_private is omitted.

    The upstream Hevy API requires is_private in PUT requests, but the GET endpoint does not return it. The tool description stated that omitted fields remain unchanged, but this was not true for is_private due to API contract mismatch.

    Changes:

    • Add validation in update-workout to require explicit is_private value, preventing the opaque transient-error from the API
    • Add is_private requirement to replace-workout-exercises schema and tool handler
    • Improve error message handling to preserve safe user-facing error messages while blocking sensitive information
    • Add regression test for metadata-only workout updates
  • #1046 3e53c0b Thanks @charliecreates! - Document the Node package's updated 60-second default Hevy API timeout.

Don't miss a new hevy-mcp release

NewReleases is sending notifications on new releases.