What's Changed
- Fix critical startup issue where Node.js CLI was incorrectly run through bash
- Replace dynamic package.json import with hardcoded version to fix test failures
- Performance improvement: faster startup by removing dynamic module loading
This release fixes the critical bug introduced in v1.10.1 where the server would fail to start with an error like /bin/bash: /path/to/claude: //: is a directory
.