There was an error while loading. Please reload this page.
2 parents 8365ea3 + ce3b44e commit 2850eb4Copy full SHA for 2850eb4
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