[project] name = "phonetics-mcp" version = "0.1.0" description = "Add your description here" readme = "README.md" authors = [ { name = "Soroush", email = "soroush@example.com" } ] requires-python = ">=3.13" dependencies = [ "gradio[mcp]>=6.0.1", "litellm>=1.80.7", "pydantic>=2.12.4", "python-dotenv>=1.2.1", ] [build-system] requires = ["uv_build>=0.9.13,<0.10.0"] build-backend = "uv_build"