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.
- package/build/index.js +2 -1
- 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
|
|
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