apple-tools-mcp 2.0.1 → 2.0.3

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.
@@ -8,7 +8,9 @@
8
8
  * A hang or timeout is TCC / Automation denied, not "Mail.app missing".
9
9
  * - Messages account/service lookup (Automation → Messages.app). Nothing
10
10
  * is sent. A deny fails --apply the same way Mail does.
11
- * - Contacts CRUD (AddressBook class, via Contacts.app)
11
+ * - Contacts CRUD (AddressBook class, via Contacts.app). The write path
12
+ * launches Contacts.app before CRUD; keep Contacts, Mail, and Messages
13
+ * running on the host. Calendar does not need to stay open (EventKit).
12
14
  * - Calendar CRUD (calendars class, via Calendar.app)
13
15
  *
14
16
  * Mail, Messages, Contacts, and Calendar must all pass on the Node host —
@@ -336,6 +338,7 @@ async function main() {
336
338
  }
337
339
 
338
340
  console.log("\n--- Contacts CRUD (Contacts.app / AddressBook privacy class) ---");
341
+ console.log(" Keep Contacts, Mail, and Messages running for write reliability. Calendar does not need to stay open (EventKit).");
339
342
  const created = step("contacts_add", await run("contacts_add", {
340
343
  first_name: "ATM Smoke",
341
344
  last_name: `Test ${stamp}`,