Fix
- fix(cli): Route bin entry through
cli.jsto prevent stdio hang (#47)
npx context-mode upgrade hung because bin pointed to server.js which starts the MCP stdio server immediately. Changed bin to cli.js which routes CLI commands (upgrade, doctor, setup) before falling back to MCP server mode.
Upgrade
npx context-mode upgradeOr via Claude Code: /context-mode:upgrade