Skip to content

hevy-mcp@6.1.10

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Sep 14:30
· 5 commits to main since this release
dfb6276

Patch Changes

  • #1097 05ee904 Thanks @chrisdoc! - Extract the Hevy retry policy behind a pure, independently testable seam.

  • #1097 05ee904 Thanks @chrisdoc! - Add an Effect execution boundary that guarantees cancellation-resource cleanup.

  • #1097 05ee904 Thanks @chrisdoc! - Add the initial Effect dependency and typed foundation services for incremental adoption.

  • #1106 10c7153 Thanks @charliecreates! - Document the minimum exercise and set requirements for routine tools.

  • #1100 bb36134 Thanks @chrisdoc! - Add a typed Effect service layer for incremental dependency-injection adoption.

  • #1097 05ee904 Thanks @chrisdoc! - Upgrade Kubb code generation toolchain to v5.

  • #1108 7a02c8a Thanks @Rahulsharma0810! - Fix utcSecondTimestamp reporting the same "Must use the UTC format YYYY-MM-DDTHH:mm:ssZ" validation error twice for a single invalid start_time/end_time value. The format and calendar-validity checks are now chained with .pipe() so the round-trip check only runs after the regex check succeeds, producing exactly one issue per invalid field while preserving the original invalid_format issue code and JSON Schema pattern.