[project]
name = "snowflake-mcp"
version = "0.1.0"
description = "MCP server exposing Snowflake query tools"
requires-python = ">=3.10"
dependencies = [
    "mcp[cli]>=1.6",
    "snowflake-connector-python[secure-local-storage]>=3.0",
    "python-dotenv>=1.0",
    "cryptography>=41.0",
]

[tool.flake8]
max-line-length = 78

[dependency-groups]
dev = [
    "flake8>=7.3.0",
    "pytest>=9.0.2",
    "pytest-mock>=3.15.1",
]

