Update pyproject of time server, remove time server temporary files

This commit is contained in:
Mariusz Korzekwa
2024-11-26 09:58:15 +01:00
parent b7ca691573
commit 122ca1aaa5
3 changed files with 3 additions and 170 deletions

View File

@@ -1,10 +1,10 @@
[project]
name = "mcp-server-time"
version = "0.1.0"
version = "0.5.1"
description = "A Model Context Protocol server providing tools for time queries and timezone conversions for LLMs"
readme = "README.md"
requires-python = ">=3.10"
authors = [{ name = "Your Name" }]
authors = [{ name = "Mariusz 'maledorak' Korzekwa", email = "mariusz@korzekwa.dev" }]
keywords = ["time", "timezone", "mcp", "llm"]
license = { text = "MIT" }
classifiers = [