Skip to content

Commit 5f8b956

Browse files
authored
Merge branch 'main' into fix/ssl-verification-508
2 parents 9db0910 + ce3b44e commit 5f8b956

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)