Releases: krmj22/macos-mcp
Releases · krmj22/macos-mcp
v4.1.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
2.1.5 (2026-02-20)
Bug Fixes
coerce mail ID schema to accept numeric JSON inputs (a984356 )
v2.1.4
Compare
Sorry, something went wrong.
No results found
2.1.4 (2026-02-20)
Bug Fixes
security: HN review pass 3 — LIKE wildcards, schema gaps, validation consistency (#103 ) (a67fe69 )
v2.1.3
Compare
Sorry, something went wrong.
No results found
2.1.3 (2026-02-20)
Bug Fixes
security: HN review pass 2 — JXA injection, auth bypass, AppleScript escaping (c8a0daa )
v2.1.2
Compare
Sorry, something went wrong.
No results found
2.1.2 (2026-02-20)
Bug Fixes
security: HN hardening pass — readonly SQLite, inline EPIPE, trim deps (a758b21 )
v2.1.1
Compare
Sorry, something went wrong.
No results found
2.1.1 (2026-02-19)
Bug Fixes
readme: remove demo video with fake-but-real-looking contact data (fe7d2ab )
v2.1.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
2.0.4 (2026-02-17)
Bug Fixes
notes: convert plain text body to HTML to preserve newlines (#96 ) (15ca2c0 ), closes #95