[console_scripts]
vllm-mlx = vllm_mlx.cli:main
vllm-mlx-bench = vllm_mlx.benchmark:main
vllm-mlx-chat = vllm_mlx.gradio_app:main
vllm-mlx-serve = vllm_mlx.server_v2:main

[vllm.platform_plugins]
mlx = vllm_mlx.plugin:mlx_platform_plugin
