chore: version packages - #603
Conversation
29a4a55 to
4ef0342
Compare
There was a problem hiding this comment.
✨ PR Review
This is a standard automated changeset release PR bumping the package to 2.0.0-beta.2. The version updates across package.json, server.json, and CHANGELOG.md are consistent and correct. One minor formatting issue is present in the updated pre.json.
1 issues detected:
🧹 Maintainability - The new pre.json content uses 2-space indentation instead of the project-required tabs, violating the configured formatter rules.
Details: The updated pre.json uses spaces for indentation, while the base version used tabs and the project configuration mandates tabs throughout.
File: .changeset/pre.json (1-26)
Generated by LinearB AI and added by gitStream.
AI-generated content may contain inaccuracies. Please verify before using.
💡 Tip: You can customize your AI Review using Guidelines Learn how
4ef0342 to
6853c02
Compare
|
PR #603 is conflicting in I refreshed the PR head and current base and inspected the merge conflict. Choosing between a beta release and returning to regular releases is a release-policy decision, so I did not push a resolution. Please update or regenerate the version-packages branch with the intended release mode. — charlied/pr-merge-conflict-repair |
6853c02 to
7367228
Compare
|
This PR has exceeded the number of AI Reviews available for a single pull request: 3/3. To continue utilizing AI Reviews and unlock additional features, please contact LinearB. |
7367228 to
eff39dc
Compare
|
Tick the box to add this pull request to the merge queue (same as
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #603 +/- ##
=======================================
Coverage 93.01% 93.01%
=======================================
Files 35 35
Lines 1574 1574
Branches 396 396
=======================================
Hits 1464 1464
Misses 48 48
Partials 62 62 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
hevy-mcp@2.0.0
Major Changes
5660d40Thanks @charliecreates! - Change the publiccreateServerfactory to return aPromise<McpServer>so itcan validate the configured Hevy API key before constructing a server. Reject
confirmed authentication failures with a sanitized error, while warning with
allowlisted diagnostics and continuing startup for other validation failures.
Patch Changes
#574
0a26ed0Thanks @charliecreates! - Expose MCP registry metadata through the packagemcpNamefield and a synchronizedserver.jsonmanifest.#563
4c80e87Thanks @charliecreates! - Provide MCP clients with concise server-level guidance for safe tool selection,recommended workout workflows, pagination, retries, and API-key setup.
#569
209a7d4Thanks @charliecreates! - Print the CLI version with the package name to stderr.#567
23cb9afThanks @charliecreates! - Improve MCP tool descriptions with aliases, use-case guidance, side-effect classification, and operational constraints for more reliable LLM tool selection.#594
6a5035aThanks @chrisdoc! - fix: format workout events to match MCP output schema#575
fc4dd6fThanks @charliecreates! - Report privacy-safe malformed stdin diagnostics while continuing to process later MCP messages.#570
d4b6872Thanks @charliecreates! - Gracefully close and flush the stdio transport on SIGINT or SIGTERM, with abounded forced-exit fallback when shutdown stalls or other handles remain open.
#562
e29d5b7Thanks @charliecreates! - Notify users on stderr about newer major releases or when they are more thantwo minor versions behind, using package-manager-neutral guidance.
#572
d1f629eThanks @charliecreates! - Add opt-in, privacy-bounded stderr diagnostics for tool invocations and Hevy API responses.#568
a509594Thanks @charliecreates! - Add an official Docker image and GHCR release packaging for stdio deployments.#592
b9b6dceThanks @charliecreates! - Associate Hevy API trace spans with the current user when available.✨ PR Description
Purpose: Release version 2.0.0 of hevy-mcp with major API changes and accumulated feature improvements across multiple components.
Main changes:
Generated by LinearB AI and added by gitStream.
AI-generated content may contain inaccuracies. Please verify before using.
💡 Tip: You can customize your AI Description using Guidelines Learn how