[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "hunyuan-image-mcp"
version = "0.1.0"
description = "Hunyuan图像生成MCP服务器"
readme = "README.md"
requires-python = ">=3.8"
license = {text = "MIT"}
dependencies = [
"tencentcloud-sdk-python>=3.0.0",
"aiohttp>=3.8.0",
"python-dotenv>=0.19.0",
"mcp>=1.6.0",
"openai>=1.0.0",
]
[project.scripts]
hunyuan-image-mcp = "mcp_image_server:main"
multi-api-image-mcp = "mcp_image_server_multi:main"
[tool.hatch.build.targets.wheel]
packages = ["."]