This is the inference server for the Parrot autocomplete plugin (VSCode/IntelliJ).
Install dependencies using poetry and then run the server using uvicorn.
$ poetry install
$ poetry run uvicorn src.main:app
The server will most likely be available at http://127.0.0.1:8000.