[project]
name = "mcp-timeserver"
version = "0.1.0"
description = "An MCP server for providing the current date/time to LLMs"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"mcp>=1.1.2",
"tzdata>=2024.2",
]
[[project.authors]]
name = "TerminalMan"
email = "84923604+SecretiveShell@users.noreply.github.com"
[build-system]
requires = [ "hatchling",]
build-backend = "hatchling.build"
[project.scripts]
mcp-timeserver = "mcp_timeserver:main"