Currently the server is distributed as a PyO3 extension module on PyPI but since we no longer require local installation (#62), we could also offer a native Rust binary via cargo install. The code is already structured for this with clap CLI handling - would just need to add a binary target and expose some internals.