Commit Graph

21 Commits

Author SHA1 Message Date
Adam Jones
2b041eef88 time: Add tests for local timezone detection and handling in get_local_tz function 2025-08-01 19:08:14 +01:00
S1M0N38
8c1ed8c07b Merge branch 'main' into feat-configurable-timezone 2025-07-18 19:09:17 +02:00
Vibor Cipan
b64c0b2926 docs: Adds Zencoder instructions for the Time and git MCP Server (#2337)
* docs: Adds Zencoder instructions for the Time MCP Server

* docs: Adds Zencoder instructions for the git MCP Server
2025-07-14 13:59:54 +01:00
Frederick Ros
cd88954e18 fix: resolve ZoneInfo error by using IANA-compliant local timezone
Replaced local timezone detection using tzinfo string (e.g. "CEST")
with tzlocal.get_localzone_name() to ensure a valid IANA time zone
(e.g. "Europe/Paris") is passed to ZoneInfo. This avoids runtime
errors on macOS and other systems that return non-IANA tz abbreviations.
2025-05-13 18:53:03 +02:00
Ola Hungerford
6c9246468f Merge pull request #1527 from czy88840616/patch-1
Docs: wrap mcpServers config in complete JSON for better IDE support
2025-04-23 08:08:29 -07:00
Harry Chen
0a7c7c18f8 docs: Update server README.md 2025-04-22 12:03:01 +08:00
Burke Holland
090b6b7c1a Move VS Code below Claude 2025-04-10 12:10:02 -05:00
S1M0N38
f35f57c333 fix: add back the __init__.py in mcp_server_tim 2025-02-20 00:59:00 +01:00
S1M0N38
f3e14698c9 feat: configurable timezone for docker in time server
Fixes #639

Add support for configurable timezone in Docker for `time` server.

* Update `src/time/Dockerfile` to include `LOCAL_TIMEZONE` environment variable.
* Set default timezone to "UTC" in `src/time/Dockerfile`.
* Modify `ENTRYPOINT` in `src/time/Dockerfile` to include `--local-timezone` argument.
* Update `src/time/README.md` to include instructions on setting the timezone using `LOCAL_TIMEZONE` environment variable.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/modelcontextprotocol/servers/issues/639?shareId=XXXX-XXXX-XXXX-XXXX).
2025-02-20 00:51:50 +01:00
Jim Clark
621919a954 Switch to uv-less final stages 2024-12-19 17:13:21 -08:00
colinmcneil
49044156e3 Update readmes to use new mcp namespace 2024-12-19 13:11:36 -08:00
Jim Clark
368e3b23ca Add Dockerfiles for the 17 sample MCP servers
* add Dockerfiles and update README.md definitions
2024-12-19 13:11:34 -08:00
David Soria Parra
e7e1c85058 python servers 0.6.2 2024-12-04 15:57:31 +00:00
David Soria Parra
2578d6f668 python servers 0.6.1 2024-11-29 18:00:23 +00:00
David Soria Parra
f86486984c python servers 0.6.0 2024-11-29 17:54:40 +00:00
David Soria Parra
bccd33f7a1 fix time server 2024-11-29 11:29:23 +00:00
Mariusz Korzekwa
d37ce3cc51 Fix uv lock for time-server, update Readme 2024-11-28 22:18:40 +01:00
Mariusz Korzekwa
774cd0bd8e Add time server tests 2024-11-28 22:12:09 +01:00
Mariusz Korzekwa
740b744ea8 Clean time server implementation 2024-11-28 22:12:09 +01:00
Mariusz Korzekwa
122ca1aaa5 Update pyproject of time server, remove time server temporary files 2024-11-28 22:12:09 +01:00
Mariusz Korzekwa
b7ca691573 Add initial time server 2024-11-28 22:12:09 +01:00