[project]
name = "mcp-server-motherduck"
version = "0.3.2"
description = "A MCP server for MotherDuck and local DuckDB"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [ "mcp>=1.0.0", "duckdb>=1.1.3", "pandas>=2.0.0", "tabulate>=0.9.0" ]
[[project.authors]]
name = "tdoehmen"
email = "till@motherduck.com"
[build-system]
requires = [ "hatchling",]
build-backend = "hatchling.build"
[project.scripts]
mcp-server-motherduck = "mcp_server_motherduck:main"