@n24q02m/better-email-mcp 1.26.3 → 1.27.0-beta.2

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 CHANGED
@@ -174,6 +174,16 @@ bun install
174
174
  bun run dev
175
175
  ```
176
176
 
177
+ ## Trust Model
178
+
179
+ This plugin implements **TC-NearZK** (in-memory, ephemeral). See [mcp-core/docs/TRUST-MODEL.md](https://github.com/n24q02m/mcp-core/blob/main/docs/TRUST-MODEL.md) for full classification.
180
+
181
+ | Mode | Storage | Encryption | Who can read your data? |
182
+ |---|---|---|---|
183
+ | HTTP n24q02m-hosted (default) | In-memory `Map<sub, OAuthToken>` | In-process only | Server process (cleared on restart) |
184
+ | HTTP self-host | Same as hosted | Same | Only you (admin = user) |
185
+ | stdio proxy | `~/.better-email-mcp/config.json` | AES-GCM, machine-bound key | Only your OS user (file perm 0600) |
186
+
177
187
  ## License
178
188
 
179
189
  MIT -- See [LICENSE](LICENSE).