Releases: rinoshiyo/apple-health-mcp-server
v0.4.0
See CHANGELOG.md at this tag for the full change list pinned to this release (the main link rots as new versions ship).
Install
- uvx / PyPI (recommended for Claude Code, Codex CLI, scripts): see README "Installation".
- Claude Desktop (one-click): download
apple-health-mcp-server-v0.4.0.mcpbfrom this release's assets and drag-and-drop it into Claude Desktop's Settings → Connectors panel. RequiresuvonPATH(the bundle wrapsuvx ... serve).
v0.3.0
See CHANGELOG.md at this tag for the full change list pinned to this release (the main link rots as new versions ship).
Install
- uvx / PyPI (recommended for Claude Code, Codex CLI, scripts): see README "Installation".
- Claude Desktop (one-click): download
apple-health-mcp-server-v0.3.0.mcpbfrom this release's assets and drag-and-drop it into Claude Desktop's Settings → Connectors panel. RequiresuvonPATH(the bundle wrapsuvx ... serve).
v0.3.0-rc2
See CHANGELOG.md at this tag for the full change list pinned to this release (the main link rots as new versions ship).
Install
- uvx / PyPI (recommended for Claude Code, Codex CLI, scripts): see README "Installation".
- Claude Desktop (one-click): download
apple-health-mcp-server-v0.3.0-rc2.mcpbfrom this release's assets and drag-and-drop it into Claude Desktop's Settings → Connectors panel. RequiresuvonPATH(the bundle wrapsuvx ... serve).
v0.3.0-rc1
See CHANGELOG.md at this tag for the full change list pinned to this release (the main link rots as new versions ship).
Install
- uvx / PyPI (recommended for Claude Code, Codex CLI, scripts): see README "Installation".
- Claude Desktop (one-click): download
apple-health-mcp-server-v0.3.0-rc1.mcpbfrom this release's assets and drag-and-drop it into Claude Desktop's Settings → Connectors panel. RequiresuvonPATH(the bundle wrapsuvx ... serve).
v0.2.0
See CHANGELOG.md at this tag for the full change list pinned to this release.
Install
- uvx / PyPI (recommended for Claude Code, Codex CLI, scripts): see README "Installation".
- Claude Desktop (one-click): download
apple-health-mcp-server-v0.2.0.mcpbfrom this release's assets and drag-and-drop it into Claude Desktop's Settings → Connectors panel. RequiresuvonPATH(the bundle wrapsuvx ... serve).
v0.2.0 stabilization milestone (issue #71)
Closes the 3 sub-tasks toward v1.0 readiness:
- #72 — ECG locale friendly-error + README Locales section
- #75 — SemVer + deprecation Compatibility section in README
- #77 — MCPB (Claude Desktop) bundle distribution + release workflow wiring
Note on this release
The release workflow's MCPB build_bundle job failed on the mcpb validate step (server.entry_point was incorrectly removed during the PR #77 code-review pass — the validator requires the field). The PyPI publish succeeded; this release's .mcpb was packed locally from a clean directory and uploaded by hand. A follow-up commit restores entry_point: "uvx" to the committed manifest so future releases ship the bundle through CI as designed.