We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9db0910 + ce3b44e commit 5f8b956Copy full SHA for 5f8b956
1 file changed
src/time/src/mcp_server_time/server.py
@@ -131,7 +131,7 @@ async def list_tools() -> list[Tool]:
131
return [
132
Tool(
133
name=TimeTools.GET_CURRENT_TIME.value,
134
- description="Get current time in a specific timezones",
+ description="Get current time in a specific timezone",
135
inputSchema={
136
"type": "object",
137
"properties": {
0 commit comments