purmemo-mcp 2.0.5 → 2.0.6

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/src/setup.js +3 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "purmemo-mcp",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "description": "Official Model Context Protocol (MCP) server for Purmemo - Seamless OAuth authentication for your AI-powered second brain",
5
5
  "main": "src/server-oauth.js",
6
6
  "type": "module",
package/src/setup.js CHANGED
@@ -80,6 +80,9 @@ program
80
80
  await new Promise(resolve => setTimeout(resolve, 1000)); // Brief pause
81
81
  spinner.stop();
82
82
 
83
+ // Ensure manual instructions are visible if browser fails
84
+ console.log(chalk.cyan('\nšŸ” Starting Purmemo authentication...\n'));
85
+
83
86
  const token = await authManager.authenticate();
84
87
 
85
88
  if (token) {