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
The MCP time server is not working on Windows. Logs below.
Installed 22 packages in 3.65s
Traceback (most recent call last):
File "C:\Users\mgoodner\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\mgoodner\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\mgoodner\AppData\Local\uv\cache\archive-v0\ffmqKEu2d_J95JnRz3Y0o\Lib\site-packages\tzdata\zoneinfo\Pacific Standard Time'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "", line 198, in run_module_as_main
File "", line 88, in run_code
File "C:\Users\mgoodner\AppData\Local\uv\cache\archive-v0\ffmqKEu2d_J95JnRz3Y0o\Scripts\mcp-server-time.exe_main.py", line 8, in
File "C:\Users\mgoodner\AppData\Local\uv\cache\archive-v0\ffmqKEu2d_J95JnRz3Y0o\Lib\site-packages\mcp_server_time_init.py", line 15, in main
asyncio.run(serve(args.local_timezone))
File "C:\Users\mgoodner\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "C:\Users\mgoodner\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\mgoodner\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 654, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "C:\Users\mgoodner\AppData\Local\uv\cache\archive-v0\ffmqKEu2d_J95JnRz3Y0o\Lib\site-packages\mcp_server_time\server.py", line 119, in serve
local_tz = str(get_local_tz(local_timezone))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\mgoodner\AppData\Local\uv\cache\archive-v0\ffmqKEu2d_J95JnRz3Y0o\Lib\site-packages\mcp_server_time\server.py", line 45, in get_local_tz
return ZoneInfo(str(tzinfo))
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\mgoodner\AppData\Local\Programs\Python\Python311\Lib\zoneinfo_common.py", line 24, in load_tzdata
raise ZoneInfoNotFoundError(f"No time zone found with key {key}")
zoneinfo._common.ZoneInfoNotFoundError: 'No time zone found with key Pacific Standard Time'
The text was updated successfully, but these errors were encountered:
The MCP time server is not working on Windows. Logs below.
Installed 22 packages in 3.65s
Traceback (most recent call last):
File "C:\Users\mgoodner\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\mgoodner\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\mgoodner\AppData\Local\uv\cache\archive-v0\ffmqKEu2d_J95JnRz3Y0o\Lib\site-packages\tzdata\zoneinfo\Pacific Standard Time'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "", line 198, in run_module_as_main
File "", line 88, in run_code
File "C:\Users\mgoodner\AppData\Local\uv\cache\archive-v0\ffmqKEu2d_J95JnRz3Y0o\Scripts\mcp-server-time.exe_main.py", line 8, in
File "C:\Users\mgoodner\AppData\Local\uv\cache\archive-v0\ffmqKEu2d_J95JnRz3Y0o\Lib\site-packages\mcp_server_time_init.py", line 15, in main
asyncio.run(serve(args.local_timezone))
File "C:\Users\mgoodner\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "C:\Users\mgoodner\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\mgoodner\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 654, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "C:\Users\mgoodner\AppData\Local\uv\cache\archive-v0\ffmqKEu2d_J95JnRz3Y0o\Lib\site-packages\mcp_server_time\server.py", line 119, in serve
local_tz = str(get_local_tz(local_timezone))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\mgoodner\AppData\Local\uv\cache\archive-v0\ffmqKEu2d_J95JnRz3Y0o\Lib\site-packages\mcp_server_time\server.py", line 45, in get_local_tz
return ZoneInfo(str(tzinfo))
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\mgoodner\AppData\Local\Programs\Python\Python311\Lib\zoneinfo_common.py", line 24, in load_tzdata
raise ZoneInfoNotFoundError(f"No time zone found with key {key}")
zoneinfo._common.ZoneInfoNotFoundError: 'No time zone found with key Pacific Standard Time'
The text was updated successfully, but these errors were encountered: