local-mcp 3.0.290 → 3.0.291
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 +11 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -134,6 +134,17 @@ _Coming soon (not included in the 161 count above): **Evernote** (support is bei
|
|
|
134
134
|
- All destructive operations require confirmation
|
|
135
135
|
- HTML email support via `html_body` parameter
|
|
136
136
|
|
|
137
|
+
## Privacy Policy
|
|
138
|
+
|
|
139
|
+
Full policy: **[local-mcp.com/en/privacy](https://local-mcp.com/en/privacy)**.
|
|
140
|
+
|
|
141
|
+
- **What we collect from your apps:** Nothing. Reading email, calendar, contacts, messages, files, and other Mac apps runs entirely on your machine — no email content, calendar events, contacts, messages, or file contents are ever transmitted to our servers or any third party. No API keys or accounts are required for your apps.
|
|
142
|
+
- **Anonymous telemetry:** server/OS version, CPU architecture, uptime, a hashed machine ID, and tool-call counts (never content). No personal information included. Disable in LMCP Settings.
|
|
143
|
+
- **Optional cloud relay:** opt-in and disabled by default. When enabled, MCP traffic you initiate passes through an encrypted WebSocket tunnel and is never stored; only the email used to associate the tunnel is retained.
|
|
144
|
+
- **Third-party sharing:** none. Hosting/CDN providers (Railway, Cloudflare) never receive your personal Mac data.
|
|
145
|
+
- **Retention:** heartbeats 90 days; install events 12 months (anonymized after); account records for their duration + 1 year; feedback until resolved or deleted on request.
|
|
146
|
+
- **Contact:** privacy and data-rights requests — [privacy@local-mcp.com](mailto:privacy@local-mcp.com).
|
|
147
|
+
|
|
137
148
|
## Requirements
|
|
138
149
|
|
|
139
150
|
- macOS 13 Ventura or later (Apple Silicon and Intel)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "local-mcp",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.291",
|
|
4
4
|
"description": "LMCP — connect Claude Desktop, Cursor, Windsurf to Mail, Calendar, Contacts, Teams, OneDrive on macOS. Privacy-first: all data stays on your Mac.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|