[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "mcp-tools"
version = "0.0.0"
description = "MCP 工具单仓库(元包,仅用于仓库管理)。"
readme = "README.md"
requires-python = ">=3.8"
license = {text = "MIT"}
authors = [
{name = "mengbi", email = "mengbi1014@gmail.com"}
]
keywords = ["mcp", "tools", "monorepo"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
[project.optional-dependencies]
dev = [
"pytest>=7.0.0",
"black>=23.0.0",
"flake8>=6.0.0",
]
[project.urls]
Homepage = "https://github.com/mengbi-super/MCP-TOOLS"
Documentation = "https://github.com/mengbi-super/MCP-TOOLS/blob/main/README.md"
Repository = "https://github.com/mengbi-super/MCP-TOOLS"
Issues = "https://github.com/mengbi-super/MCP-TOOLS/issues"
[tool.setuptools]
packages = []