[project] name = "zqyy-mcp-server" version = "0.1.0" description = "MCP Server — 为阿里云百炼 AI 应用提供 PostgreSQL 只读查询能力" requires-python = ">=3.10" dependencies = [ "mcp[cli]>=1.9", "psycopg[pool]>=3.1", "python-dotenv>=1.0", "sqlparse>=0.5", "starlette>=0.27", "uvicorn[standard]>=0.34", ] [dependency-groups] dev = [ "pytest>=8.0", ] [tool.pytest.ini_options] testpaths = ["tests"] pythonpath = ["."]