[project] name = "voice-transcriber-mcp" version = "2.1.0" description = "MCP server for transcribing Google Chat voice messages using Groq Whisper API" requires-python = ">=3.10" license = "MIT" authors = [{ name = "Francesco Gasparetto", email = "fgasparetto@gmail.com" }] readme = "README.md" keywords = ["mcp", "model-context-protocol", "voice", "transcription", "whisper", "groq", "google-chat"] classifiers = [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries", ] dependencies = [ "mcp>=1.26.0", "google-auth>=2.40.0", "google-auth-oauthlib>=1.2.0", "google-api-python-client>=2.160.0", "requests>=2.32.5", ] [project.urls] Homepage = "https://github.com/fgasparetto/voice-transcriber-mcp" Repository = "https://github.com/fgasparetto/voice-transcriber-mcp" Issues = "https://github.com/fgasparetto/voice-transcriber-mcp/issues" [project.scripts] voice-transcriber-mcp = "server:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["."] include = ["server.py"]