Monitor and kill MongoDB operations (Be advised that this is in a pre-alpha state. Use at your own risk.)
Install uv
Once installed you should see something similar to this:
$ uv version
uv 0.5.4 (c62c83c37 2024-11-20)
Use the right Python version
uv python install 3.13
List the Python versions
uv python list
Pin the Python 3.13 version
uv python pin cpython-3.13.0-macos-aarch64-none
Sync the project
uv sync
Launch the app with the required arguments
uv run app.py --help