pyproject.tomlā¢662 B
[project]
name = "mcp-postgresql-ops"
version = "0.0.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
authors = [{ name = "JungJungIn", email = "call518@gmail.com" }]
dependencies = [
"fastmcp>=2.12.3",
"asyncpg>=0.29.0",
"psycopg2-binary>=2.9.7",
]
[project.optional-dependencies]
dev = [
"pytest>=7.0.0",
"pytest-asyncio>=0.21.0"
]
[project.scripts]
mcp-postgresql-ops = "mcp_postgresql_ops.mcp_main:main"
[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
where = ["src"]
[tool.setuptools.package-dir]
"" = "src"