Skip to content

Releases: krmj22/macos-mcp

v4.1.0

Choose a tag to compare

@github-actions github-actions released this 20 May 14:01

4.1.0 (2026-05-20)

Features

  • add Claude Code plugin metadata for one-line install (eea5615)
  • add MCPB bundle for one-click Claude Desktop install (d0a58da)

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 13 May 16:41

4.0.0 (2026-05-13)

  • refactor!: remove unused MCP prompts subsystem and dead code (b06cc4a)

BREAKING CHANGES

  • MCP clients that called prompts/list or prompts/get
    will now see the prompts capability absent and the endpoints return
    "method not found". No tool surface area is affected.

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 13 May 16:20

3.0.0 (2026-05-13)

Bug Fixes

  • coerce mail ID schema to accept numeric JSON inputs (233237b)

BREAKING CHANGES

  • MCP_TRANSPORT, MCP_HTTP_, and CF_ACCESS_ env vars
    are no longer recognized. macos-mcp.config.json is no longer read.
    The server runs stdio-only.

v2.1.5

Choose a tag to compare

@github-actions github-actions released this 20 Feb 21:00

2.1.5 (2026-02-20)

Bug Fixes

  • coerce mail ID schema to accept numeric JSON inputs (a984356)

v2.1.4

Choose a tag to compare

@github-actions github-actions released this 20 Feb 17:45

2.1.4 (2026-02-20)

Bug Fixes

  • security: HN review pass 3 — LIKE wildcards, schema gaps, validation consistency (#103) (a67fe69)

v2.1.3

Choose a tag to compare

@github-actions github-actions released this 20 Feb 17:16

2.1.3 (2026-02-20)

Bug Fixes

  • security: HN review pass 2 — JXA injection, auth bypass, AppleScript escaping (c8a0daa)

v2.1.2

Choose a tag to compare

@github-actions github-actions released this 20 Feb 15:33

2.1.2 (2026-02-20)

Bug Fixes

  • security: HN hardening pass — readonly SQLite, inline EPIPE, trim deps (a758b21)

v2.1.1

Choose a tag to compare

@github-actions github-actions released this 19 Feb 15:15

2.1.1 (2026-02-19)

Bug Fixes

  • readme: remove demo video with fake-but-real-looking contact data (fe7d2ab)

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Feb 22:51

2.1.0 (2026-02-17)

Features

  • notes: convert markdown body to Apple Notes rich text HTML (#98) (b3037f1), closes #97 #97

v2.0.4

Choose a tag to compare

@github-actions github-actions released this 17 Feb 21:40

2.0.4 (2026-02-17)

Bug Fixes

  • notes: convert plain text body to HTML to preserve newlines (#96) (15ca2c0), closes #95