add HumanInterface

add cli
This commit is contained in:
milan
2026-04-11 15:33:27 +02:00
parent 5bf98a1efc
commit 5aaedbd73f
9 changed files with 156 additions and 29 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ impl DateTimeHandler {
Local::now().iso_week().week().to_string()
}
#[tool(description = "return current weekday as 3-character-string (e.g. Mon, Tue, ...)", annotations(read_only_hint = true))]
#[tool(description = "return current weekday", annotations(read_only_hint = true))]
fn get_weekday() -> String {
Local::now().weekday().to_string()
}