@algosuite/vo-mcp 0.1.0 → 0.2.0-beta.1

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/bin/vo-mcp CHANGED
@@ -24,11 +24,8 @@ if (command === 'install') {
24
24
  } else if (subcommand === '--uninstall-autostart') {
25
25
  import('../dist/autostart-cli.js').then((m) => m.uninstallAutostartCli());
26
26
  } else {
27
- console.error('[vo-mcp] runner command is not yet implemented.');
28
- console.error('Start the runner manually: see docs/vo/vo-command-center-codeanywhere-design-2026-06-06.md');
29
- console.error('');
30
- console.error('To set up auto-start at login: vo-mcp runner --install-autostart');
31
- process.exit(1);
27
+ // Bring-your-own runner daemon (bundled by scripts/bundle.mjs into dist/).
28
+ import('../dist/runner-cli.js');
32
29
  }
33
30
  } else {
34
31
  // Default: MCP stdio server