Skip to content

v1.2.1 Release Notes

Release Date: January 26, 2026

Highlights

  • 🔧 UVX Entry Point Fix - uvx codescalpel now 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:

uvx codescalpel   # works
uvx code-scalpel  # also works (backward compat)

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

pip install --upgrade codescalpel

No configuration changes required.

Full Changelog

See the detailed changelog for all changes.