Novel Workspace MCP v2.4.0
Highlights
- Added optional Web Studio access-token protection with Basic, Bearer, and dedicated-header authentication.
- Replaced wildcard CORS with exact origin allowlists and made Docker Compose loopback-only by default.
- Added sanitized configuration diagnostics and verified manual project backups.
- Packaged the complete Codex Skill in wheel and source distributions, discoverable with novel-workspace skill-path.
- Added PEP 517 metadata so uv installs console commands from a clean checkout.
- Restored reliable Python 3.10 dependency resolution after newer ONNX Runtime releases dropped CPython 3.10 wheels.
- Fixed backup retention collisions, glob-name handling, relative exclusions, in-project targets, and symbolic-link inclusion.
Verification
- 366 automated tests passed on Python 3.10 and 3.12 in GitHub Actions.
- Wheel and source distribution contents were audited with zero runtime-data entries.
- Installed-wheel doctor, CLI, and Codex Skill resource checks passed.
See CHANGELOG.md for the complete release history.