You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to run the server-time MCP fails on a system where time zone names are not in English.
To Reproduce
Steps to reproduce the behavior:
Be on a Windows system where English is not the primary OS language.
Set local Windows time zone to (name of MET in local language).
Either:
3A Start Claud AI Desktop Agent ==> Cannot connect to MCP server.
/Or/
3A Start mcp-server time with uvx ==> Error (see below)
Expected behavior
MCP works.
Logs uvx command:
uvx mcp-server-time Command error output:
Traceback (most recent call last):
File "C:\Users\Kurt\AppData\Local\Programs\Python\Python311\Lib\zoneinfo_common.py", line 12, in load_tzdata
return resources.files(package_name).joinpath(resource_name).open("rb")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Kurt\AppData\Local\Programs\Python\Python311\Lib\pathlib.py", line 1044, in open
return io.open(self, mode, buffering, encoding, errors, newline)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\Kurt\AppData\Local\uv\cache\archive-v0\ImCvLqiPqR99S_aUJhnZd\Lib\site-packages\tzdata\zoneinfo\Mitteleuropäische Zeit'
(Emphasis added)
Additional context Mitteleuropäische Zeit is the German / Windows name for "MET".
Workaround is to find the MET file and copy it to .
The text was updated successfully, but these errors were encountered:
Describe the bug
Thank you for server-time.
Attempting to run the server-time MCP fails on a system where time zone names are not in English.
To Reproduce
Steps to reproduce the behavior:
Either:
3A Start Claud AI Desktop Agent ==> Cannot connect to MCP server.
/Or/
3A Start mcp-server time with uvx ==> Error (see below)
Expected behavior
MCP works.
Logs
uvx command:
uvx mcp-server-time
Command error output:
Traceback (most recent call last):
File "C:\Users\Kurt\AppData\Local\Programs\Python\Python311\Lib\zoneinfo_common.py", line 12, in load_tzdata
return resources.files(package_name).joinpath(resource_name).open("rb")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Kurt\AppData\Local\Programs\Python\Python311\Lib\pathlib.py", line 1044, in open
return io.open(self, mode, buffering, encoding, errors, newline)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\Kurt\AppData\Local\uv\cache\archive-v0\ImCvLqiPqR99S_aUJhnZd\Lib\site-packages\tzdata\zoneinfo\Mitteleuropäische Zeit'
(Emphasis added)
Additional context
Mitteleuropäische Zeit is the German / Windows name for "MET".
Workaround is to find the MET file and copy it to .
The text was updated successfully, but these errors were encountered: