Time MCP Server

[project] name = "time-mcp-local" version = "0.1.3" description = "Add your description here" readme = "README.md" requires-python = ">=3.12" dependencies = [ "mcp>=1.3.0", "pydantic>=2.10.6", "tzdata>=2025.1", "tzlocal>=5.3", ] [project.scripts] time-mcp-local = "time_mcp_local:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.uv] dev-dependencies = [ "freezegun>=1.5.1", "pyright>=1.1.389", "pytest>=8.3.3", "ruff>=0.8.1", ]