Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions plugins/tools/apple-mail-blade-mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"title": "Apple Mail",
"description": "On-disk Apple Mail reader — Envelope Index SQLite + .emlx bodies + attachments. Read-only; never opens the network. NLTagger entity extraction under the deterministic-extraction carve-out (DD-240).",
"tagline": "Tens of GB of personal correspondence, on-device, no network",
"version": "0.1.0",
"version": "0.3.0",
"author": "groupthink-dev",
"license": "MIT",
"icon": "/icons/apple-mail-blade-mcp.svg",
Expand All @@ -30,7 +30,7 @@
"scope_filtering": "none",
"field_projection": "top-level",
"deterministic_ordering": "stable",
"audit_surface": "minimal"
"audit_surface": "structured"
}
},
{
Expand All @@ -41,7 +41,7 @@
"scope_filtering": "server-side",
"field_projection": "top-level",
"deterministic_ordering": "stable",
"audit_surface": "minimal"
"audit_surface": "structured"
}
},
{
Expand All @@ -52,7 +52,7 @@
"scope_filtering": "server-side",
"field_projection": "top-level",
"deterministic_ordering": "stable",
"audit_surface": "minimal"
"audit_surface": "structured"
}
},
{
Expand All @@ -63,7 +63,7 @@
"scope_filtering": "server-side",
"field_projection": "top-level",
"deterministic_ordering": "stable",
"audit_surface": "minimal"
"audit_surface": "structured"
}
},
{
Expand Down Expand Up @@ -107,7 +107,7 @@
"scope_filtering": "server-side",
"field_projection": "top-level",
"deterministic_ordering": "stable",
"audit_surface": "minimal"
"audit_surface": "structured"
}
},
{
Expand Down
8 changes: 4 additions & 4 deletions plugins/tools/apple-notes-blade-mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "Apple Notes",
"description": "On-disk Apple Notes reader — NoteStore.sqlite + protobuf body decode + folder hierarchy. Read-only; never opens the network. Library form factor (DD-240 Phase A) — compiled into Stallari.",
"tagline": "Years of notes, on-device, no iCloud round-trip",
"version": "0.1.0",
"version": "0.2.0",
"author": "groupthink-dev",
"license": "MIT",
"icon": "/icons/apple-notes-blade-mcp.svg",
Expand All @@ -27,7 +27,7 @@
"scope_filtering": "server-side",
"field_projection": "top-level",
"deterministic_ordering": "stable",
"audit_surface": "minimal"
"audit_surface": "structured"
}
},
{
Expand All @@ -38,7 +38,7 @@
"scope_filtering": "server-side",
"field_projection": "top-level",
"deterministic_ordering": "stable",
"audit_surface": "minimal"
"audit_surface": "structured"
}
},
{
Expand All @@ -49,7 +49,7 @@
"scope_filtering": "server-side",
"field_projection": "top-level",
"deterministic_ordering": "stable",
"audit_surface": "minimal"
"audit_surface": "structured"
}
},
{
Expand Down