add gpl license

improve mcp server error handling
This commit is contained in:
2026-05-25 14:55:48 +02:00
parent de0e665f57
commit 9ba1c3bae3
10 changed files with 728 additions and 25 deletions
+2 -1
View File
@@ -6,8 +6,9 @@ name = "audio_server"
description = "a fastapi server serving whisper and piper"
version = "1.0.0"
authors = [
{ name = 'Milan', email = 'milan.boemer@gmail.com' }
{ name = 'Milan', email = 'milan@mboemer.de' }
]
license = "GPL-3"
requires-python = '>=3.12'