apple-notes-mcp 2.6.7 → 2.6.8

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.
Files changed (2) hide show
  1. package/build/index.js +2 -1
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -39585,7 +39585,8 @@ var AppleNotesManager = class {
39585
39585
  set modifiedParts to ""
39586
39586
  end try
39587
39587
  try
39588
- set noteFolder to name of container of n
39588
+ set noteContainer to container of n
39589
+ set noteFolder to name of noteContainer
39589
39590
  on error
39590
39591
  set noteFolder to "Notes"
39591
39592
  end try
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apple-notes-mcp",
3
- "version": "2.6.7",
3
+ "version": "2.6.8",
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",