[project]
name = "mysqldb-mcp-server"
version = "0.1.2"
description = "An MCP server implementation for MySQL database integration"
readme = "README.md"
requires-python = ">=3.11"
license = "MIT"
dependencies = [
"mcp>=1.4.1",
"mysql-connector-python>=9.2.0",
"python-dotenv>=1.0.1",
]
[project.urls]
Homepage = "https://github.com/burakdirin/mysqldb-mcp-server"
Repository = "https://github.com/burakdirin/mysqldb-mcp-server"
"Bug Tracker" = "https://github.com/burakdirin/mysqldb-mcp-server/issues"
[[project.authors]]
name = "Burak Dirin"
email = "burakdirin@gmail.com"
[build-system]
requires = [ "hatchling",]
build-backend = "hatchling.build"
[project.scripts]
mysqldb-mcp-server = "mysqldb_mcp_server:main"
[tool.hatch.build.targets.wheel]
packages = ["src/mysqldb_mcp_server"]