diff --git a/mcp/src/main/kotlin/mcp/TimeTool.kt b/mcp/src/main/kotlin/mcp/TimeTool.kt
index 8ceb23f..18e1889 100644
--- a/mcp/src/main/kotlin/mcp/TimeTool.kt
+++ b/mcp/src/main/kotlin/mcp/TimeTool.kt
@@ -12,7 +12,7 @@ import kotlinx.datetime.toLocalDateTime
class TimeTool {
- @Tool(name = "time", description = "Returns current time at timezone")
+ @Tool(description = "Returns current time at timezone")
fun time(
@ToolArg(description = "Timezone or empty for UTC", required = false)
timezone: String? = "UTC"
diff --git a/pom.xml b/pom.xml
index ae93829..91b2535 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
3.23.0
5.9.1
0.6.2
- 1.0.0.CR2
+ 1.0.0
3.5.3