pyproject.toml (22 lines of code) (raw):
[project]
name = "hologres-mcp-server"
version = "0.1.9"
description = "A MCP Server for Hologres"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"httpx>=0.28.1",
"mcp>=1.4.1",
"python-dotenv>=1.0.1",
"psycopg>=3.1.0",
"psycopg-binary>=3.1.0",
"pglast>=7.5"
]
[[project.authors]]
name = "TimothyDing"
email = "ding_ye_timo@163.com"
[build-system]
requires = [ "hatchling",]
build-backend = "hatchling.build"
[project.scripts]
hologres-mcp-server = "hologres_mcp_server:main"