apple-photos-mcp 0.3.0 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Apple Photos MCP Server
|
|
2
2
|
|
|
3
|
-
A [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server that enables AI assistants like Claude to query
|
|
3
|
+
A [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server that enables AI assistants like Claude to query, search, export, and inspect the macOS Apple Photos library, backed by the [osxphotos](https://github.com/RhetTbull/osxphotos) library.
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/apple-photos-mcp)
|
|
6
6
|
[](https://github.com/sweetrb/apple-photos-mcp/actions/workflows/ci.yml)
|
|
@@ -625,3 +625,7 @@ Part of a family of macOS MCP servers:
|
|
|
625
625
|
- [apple-notes-mcp](https://github.com/sweetrb/apple-notes-mcp) — MCP server for Apple Notes (create, search, update, and export notes)
|
|
626
626
|
- [apple-numbers-mcp](https://github.com/sweetrb/apple-numbers-mcp) — MCP server for Apple Numbers (read and write .numbers spreadsheets)
|
|
627
627
|
- [osxphotos](https://github.com/RhetTbull/osxphotos) — The Python library that powers this server
|
|
628
|
+
|
|
629
|
+
## Recurring macOS permission prompts
|
|
630
|
+
|
|
631
|
+
If macOS keeps re-prompting for Full Disk Access or Automation for `node` (often after a `brew upgrade`), see [docs/NODE-RUNTIME-AND-TCC-PERMISSIONS.md](docs/NODE-RUNTIME-AND-TCC-PERMISSIONS.md) — the fix is to run this server under the official, Developer-ID-signed Node so the grant survives Node updates.
|
package/package.json
CHANGED