[project]
name = "MZ-MCP"
version = "0.0.2"
description = "一个集成了一堆乱七八糟的服务的MCP"
readme = "readme.md"
requires-python = ">=3.10"
license = {text = "Apache-2.0"}
authors = [
{name = "祁筱欣"}
]
keywords = ["mcp", "mcp-server", "ocr", "content-moderation", "huawei-cloud"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Text Processing :: Linguistic",
]
dependencies = [
"mcp==1.26.0",
"httpx==0.28.1",
"huaweicloudsdkcore==3.1.184",
"huaweicloudsdkocr==3.1.184",
"huaweicloudsdkmoderation==3.1.184",
"huaweicloudsdkimage==3.1.184",
"uvicorn==0.40.0",
]
[project.urls]
Homepage = "https://github.com/xiaomizhoubaobei/MCP"
Repository = "https://github.com/xiaomizhoubaobei/MCP.git"
Issues = "https://github.com/xiaomizhoubaobei/MCP/issues"
[project.scripts]
mzmcp = "mzmcp.stdio_main:main"
[tool.setuptools.packages.find]
where = ["src"]
[tool.setuptools.package-dir]
"" = "src"