Tuya MCP Server

[project] name = "tuyactl" version = "0.0.1" description = "A server and client cli tool for controlling Tuya devices" readme = "README.md" requires-python = ">=3.13" dependencies = [ "colour>=0.1.5", "numpy>=2.2.2", "quart>=0.20.0", "scipy>=1.15.1", "tinytuya>=1.16.1", ] [[project.authors]] name = "@cabra.lat" email = "admin@cabra.lat" [project.scripts] tuyactl = "tuyactl.cli:main" tuyad = "tuyad.__main__:main" [build-system] requires = [ "hatchling",] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/tuyactl", "src/tuyad"]