Skip to content

Commit 6abf04e

Browse files
Fix grammar in time server get_current_time tool description
1 parent b1e1eb1 commit 6abf04e

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)