local-mcp 3.0.217 → 3.0.218
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/package.json +1 -1
- package/setup.js +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "local-mcp",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.218",
|
|
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": {
|
package/setup.js
CHANGED
|
@@ -639,6 +639,7 @@ async function runSetup(opts = {}) {
|
|
|
639
639
|
console.log('│ │')
|
|
640
640
|
console.log('│ Guide: local-mcp.com/guides/cursor-mcp-setup │')
|
|
641
641
|
console.log('└─────────────────────────────────────────────────────┘\n')
|
|
642
|
+
_trackRestartPrompted('Cursor')
|
|
642
643
|
} else {
|
|
643
644
|
const primaryClient = configured[0]
|
|
644
645
|
console.log('┌─────────────────────────────────────────────────────┐')
|