v1.0.5
BREAKING CHANGE: Rename package and CLI from mlx-server to mlx-openai-server
Summary
This PR introduces a breaking change by renaming the package and CLI from mlx-server
to mlx-openai-server
to resolve PyPI naming conflicts and improve compatibility.
Changes
- Renamed the package in
setup.py
frommlx-server
tomlx-openai-server
- Updated all CLI references from
mlx-server
tomlx-openai-server
- Updated the repository/package name in the README and all usage instructions
- Added a "Breaking Change" notice to the README
Impact
Breaking change:
All users must update their scripts, CLI commands, and installation instructions to use mlx-openai-server
instead of mlx-server
.
Motivation
The original name mlx-server
was too similar to existing projects on PyPI, causing upload errors. This change ensures uniqueness and future compatibility.
Migration
- Replace all usage of
mlx-server
withmlx-openai-server
in your scripts and CLI commands. - Update any installation instructions to use the new package name.