vesper-wizard 2.0.2 → 2.0.3
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/wizard.js +1 -1
package/package.json
CHANGED
package/wizard.js
CHANGED
|
@@ -208,7 +208,7 @@ async function main() {
|
|
|
208
208
|
});
|
|
209
209
|
console.log(` ${green('✓')} @vespermcp/mcp-server installed`);
|
|
210
210
|
} catch {
|
|
211
|
-
console.log(` ${yellow('⚠')} Could not auto-install — run manually: npx @vespermcp/mcp-server --setup`);
|
|
211
|
+
console.log(` ${yellow('⚠')} Could not auto-install — run manually: npx -y @vespermcp/mcp-server@latest --setup`);
|
|
212
212
|
}
|
|
213
213
|
|
|
214
214
|
// ─── Step 5: Auto-configure all detected IDEs ──────────────
|