[project]
name = "alibaba-cloud-application-management-mcp-server"
version = "1.0.1"
description = "The application management MCP server for Alibaba Cloud"
readme = "README.md"
authors = [
{ name = "Zhao Shuaibo", email = "zhaoshuaibo.zsb@alibaba-inc.com" },
{ name = "Meng Junwei", email = "mengjunwei.mjw@alibaba-inc.com" }
]
requires-python = ">=3.10"
dependencies = [
"alibaba-cloud-ops-mcp-server"
]
[build-system]
requires = [ "hatchling",]
build-backend = "hatchling.build"
dependencies = [
"hatchling>=1.27.0",
]
[tool.hatch.build.targets.wheel]
packages = ["src/alibaba_cloud_application_management_mcp_server"]
[dependency-groups]
dev = [
"pytest>=8.4.0",
"pytest-cov>=6.1.1",
]
[project.scripts]
alibaba-cloud-application-management-mcp-server = "alibaba_cloud_application_management_mcp_server:main"