local-mcp 1.84.0 → 1.86.0

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 +1 -1
  2. package/setup.js +12 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "local-mcp",
3
- "version": "1.84.0",
3
+ "version": "1.86.0",
4
4
  "description": "MCP server for macOS \u2014 connect Claude Desktop, Cursor, Windsurf to Mail, Calendar, Contacts, Teams, OneDrive. Privacy-first: all data stays on your Mac.",
5
5
  "main": "index.js",
6
6
  "bin": {
package/setup.js CHANGED
@@ -156,16 +156,23 @@ async function runSetup(opts = {}) {
156
156
 
157
157
  console.log('\n──────────────────────────────────────')
158
158
  if (configured.length > 0) {
159
- console.log(`✅ Configurado: ${configured.join(', ')}`)
160
- console.log(' Reiniciá tu cliente AI para cargar Local MCP.\n')
159
+ console.log(`✅ Local MCP configured for: ${configured.join(', ')}\n`)
160
+ console.log('┌─────────────────────────────────────────────────────┐')
161
+ console.log('│ NEXT STEP — This is important: │')
162
+ console.log('│ │')
163
+ console.log(`│ Quit and reopen ${configured[0].padEnd(35)}│`)
164
+ console.log('│ Local MCP will appear automatically. │')
165
+ console.log('│ │')
166
+ console.log('│ Then try: "Summarize my unread emails" │')
167
+ console.log('└─────────────────────────────────────────────────────┘\n')
161
168
  }
162
169
  if (failed.length > 0) {
163
- console.log(`⚠ Falló: ${failed.join(', ')} — revisá los permisos e intentá de nuevo.\n`)
170
+ console.log(`⚠ Could not configure: ${failed.join(', ')} — check permissions and try again.\n`)
164
171
  }
165
172
 
166
- console.log('Config MCP aplicada:')
173
+ console.log('MCP config written:')
167
174
  console.log(JSON.stringify({ mcpServers: { 'local-mcp': { command: NPX_COMMAND, args: NPX_ARGS } } }, null, 2))
168
- console.log('\nPara instalar la app completa con tray (opcional):')
175
+ console.log('\nOptional full app with tray menu bar:')
169
176
  console.log(' curl -fsSL https://local-mcp.com/install | bash\n')
170
177
 
171
178
  // Ping de tracking (fire-and-forget, no bloquea)