Clean time server implementation

This commit is contained in:
Mariusz Korzekwa
2024-11-26 11:03:11 +01:00
parent 122ca1aaa5
commit 740b744ea8
3 changed files with 257 additions and 84 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "mcp-server-time"
version = "0.5.1"
version = "0.5.1.pre3"
description = "A Model Context Protocol server providing tools for time queries and timezone conversions for LLMs"
readme = "README.md"
requires-python = ">=3.10"
@@ -29,4 +29,9 @@ requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.uv]
dev-dependencies = ["pyright>=1.1.389", "ruff>=0.7.3"]
dev-dependencies = [
"freezegun>=1.5.1",
"pyright>=1.1.389",
"pytest>=8.3.3",
"ruff>=0.7.3",
]