apple-notes-mcp 2.8.7 → 2.8.9
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 +70 -0
- package/build/index.js +1228 -335
- package/package.json +2 -1
- package/shortcuts/Apple Notes MCP - Background Operations v5.shortcut +0 -0
- package/shortcuts/Apple Notes MCP - Background Operations v5.unsigned.shortcut +2546 -0
- package/shortcuts/Apple Notes MCP - Native Tags.shortcut +0 -0
- package/shortcuts/Apple Notes MCP - Native Tags.unsigned.shortcut +563 -0
- package/shortcuts/README.md +43 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "apple-notes-mcp",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.9",
|
|
4
4
|
"description": "MCP server for Apple Notes - create, search, update, and manage notes via Claude and other AI assistants",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "build/index.js",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"files": [
|
|
12
12
|
"build",
|
|
13
13
|
"docs",
|
|
14
|
+
"shortcuts",
|
|
14
15
|
"README.md",
|
|
15
16
|
"LICENSE"
|
|
16
17
|
],
|
|
Binary file
|