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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/wizard.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vesper-wizard",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "Zero-friction setup wizard for Vesper — local MCP server, unified dataset API, and agent auto-config in 60 seconds",
5
5
  "bin": {
6
6
  "vesper-wizard": "wizard.js"
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 ──────────────