Skip to content

Commit a840621

Browse files
authored
Merge branch 'main' into feat/security-hardening
2 parents 9db0910 + ce3b44e commit a840621

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/time/src/mcp_server_time/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ async def list_tools() -> list[Tool]:
131131
return [
132132
Tool(
133133
name=TimeTools.GET_CURRENT_TIME.value,
134-
description="Get current time in a specific timezones",
134+
description="Get current time in a specific timezone",
135135
inputSchema={
136136
"type": "object",
137137
"properties": {

0 commit comments

Comments
 (0)