[project]
name = "jvlink-mcp-server"
version = "0.5.0"
description = "JVLink MCP Server - 競馬データ分析MCPサーバー"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"duckdb>=1.4.1",
"japanize-matplotlib>=1.1.3",
"matplotlib>=3.10.7",
"mcp[cli]>=1.21.0",
"pandas>=2.3.3",
"pg8000>=1.31.2",
"python-dotenv>=1.0.0",
"seaborn>=0.13.2",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/jvlink_mcp_server"]
[tool.pytest.ini_options]
testpaths = ["tests"]
collect_ignore_glob = ["tests/live/*"]
[dependency-groups]
dev = [
"pytest>=9.0.2",
"pytest-cov>=7.0.0",
]