v1.2.1 Release Notes¶
Release Date: January 26, 2026
Highlights¶
- 🔧 UVX Entry Point Fix -
uvx codescalpelnow works correctly after v1.1.0 regression
Bug Fixes¶
UVX Entry Point¶
The package was renamed to codescalpel on PyPI in v1.1.0, but the entry point was never updated — only the old code-scalpel command was registered. This meant uvx codescalpel (the standard invocation for MCP via stdio) failed immediately.
Both commands now resolve to the same binary:
All three MCP transports (stdio, HTTP/SSE, Docker) were verified after the fix.
Breaking Changes¶
None. v1.2.1 is fully backward compatible with v1.2.0.
Upgrade Guide¶
From v1.2.0¶
No configuration changes required.
Full Changelog¶
See the detailed changelog for all changes.