diff --git a/pyproject.toml b/pyproject.toml index 6ea9b64..9ae86f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["hatchling"] build-backend = "hatchling.build" [project] -name = "tts-mcp" +name = "mcspeak" version = "2026.03.04" description = "Multi-engine TTS server with speech queue, exposed via FastMCP 3.0 Streamable HTTP" requires-python = ">=3.12" @@ -23,6 +23,7 @@ dependencies = [ ] [project.scripts] +mcspeak = "tts_mcp.__main__:main" tts-mcp = "tts_mcp.__main__:main" [tool.hatch.build.targets.wheel]