[build-system] requires = ["setuptools>=75.0", "wheel"] build-backend = "setuptools.build_meta" [project] name = "telnyx-mcp" version = "0.1.1" description = "MCP server for Telnyx API — billing, phone numbers, and messaging" readme = "README.md" requires-python = ">=3.10" license = "MIT" authors = [{ name = "Luca Stucchi" }] keywords = ["mcp", "telnyx", "sms", "voip", "billing"] classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", ] dependencies = [ "mcp[cli]>=1.26.0", "httpx", ] [project.scripts] telnyx-mcp = "telnyx_mcp.server:main" [project.urls] Repository = "https://github.com/stucchi/telnyx-mcp" [tool.setuptools.packages.find] where = ["src"]