[project]
name = "mcp-dice"
version = "0.1.2"
description = "MCP server enabling LLMs to roll dice"
readme = "README.md"
requires-python = ">=3.10"
dependencies = ["mcp>=1.0.0", "python-dotenv>=1.0.1"]
[project.urls]
"Homepage" = "https://github.com/YourUsername/mcp-dice"
"Repository" = "https://github.com/YourUsername/mcp-dice"
"Bug Tracker" = "https://github.com/YourUsername/mcp-dice/issues"
[[project.authors]]
name = "Yamato Matsuoka"
email = "yamaton@gmail.com"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project.optional-dependencies]
dev = ["pytest>=8.3.3"]
[project.scripts]
mcp-dice = "mcp_dice:main"
[tool.pytest.ini_options]
pythonpath = "src"
[tool.hatch.build.targets.wheel]
packages = ["src/mcp_dice"]