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.
- package/package.json +1 -1
- package/src/setup.js +3 -0
package/package.json
CHANGED
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) {
|