local-mcp 3.0.149 → 3.0.151

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.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. package/setup.js +1 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "local-mcp",
3
- "version": "3.0.149",
4
- "description": "LMCP connect Claude Desktop, Cursor, Windsurf to Mail, Calendar, Contacts, Teams, OneDrive on macOS. Privacy-first: all data stays on your Mac.",
3
+ "version": "3.0.151",
4
+ "description": "LMCP \u2014 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": {
7
7
  "local-mcp": "index.js"
@@ -73,4 +73,4 @@
73
73
  "url": "https://github.com/lanchuske/local-mcp/issues"
74
74
  },
75
75
  "mcpName": "com.local-mcp/local-mcp"
76
- }
76
+ }
package/setup.js CHANGED
@@ -833,6 +833,7 @@ function _trackSetupStep(step, status, client, detail) {
833
833
  status,
834
834
  client: client || '',
835
835
  error: (detail && detail.error) ? String(detail.error).slice(0, 300) : '',
836
+ ref: _getRef(),
836
837
  }
837
838
  if (detail) {
838
839
  if (detail.existingMcpCount >= 0) payload.existing_mcp_count = detail.existingMcpCount