Skip to content

Releases: rinoshiyo/apple-health-mcp-server

v0.4.0

26 Jun 03:33
db75f9f

Choose a tag to compare

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.mcpb from this release's assets and drag-and-drop it into Claude Desktop's Settings → Connectors panel. Requires uv on PATH (the bundle wraps uvx ... serve).

v0.3.0

25 Jun 15:26
7ca78d6

Choose a tag to compare

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.mcpb from this release's assets and drag-and-drop it into Claude Desktop's Settings → Connectors panel. Requires uv on PATH (the bundle wraps uvx ... serve).

v0.3.0-rc2

25 Jun 02:29
493cd8a

Choose a tag to compare

v0.3.0-rc2 Pre-release
Pre-release

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.mcpb from this release's assets and drag-and-drop it into Claude Desktop's Settings → Connectors panel. Requires uv on PATH (the bundle wraps uvx ... serve).

v0.3.0-rc1

24 Jun 21:07
c6ac7f7

Choose a tag to compare

v0.3.0-rc1 Pre-release
Pre-release

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.mcpb from this release's assets and drag-and-drop it into Claude Desktop's Settings → Connectors panel. Requires uv on PATH (the bundle wraps uvx ... serve).

v0.2.0

24 Jun 03:25
7b42262

Choose a tag to compare

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.mcpb from this release's assets and drag-and-drop it into Claude Desktop's Settings → Connectors panel. Requires uv on PATH (the bundle wraps uvx ... 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.