Skip to content

Commit fb18f38

Browse files
committed
Update time.json
1 parent b502f1d commit fb18f38

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

mcp-registry/servers/time.json

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,9 @@
3232
"type": "uvx",
3333
"command": "uvx",
3434
"args": [
35-
"mcp-server-time"
35+
"mcp-server-time",
36+
"--local-timezone=${TZ}"
3637
],
37-
"env": {
38-
"TZ": "${TZ}"
39-
},
4038
"description": "Install and run using uvx (recommended)",
4139
"recommended": true
4240
},
@@ -45,11 +43,9 @@
4543
"command": "python",
4644
"args": [
4745
"-m",
48-
"mcp_server_time"
46+
"mcp_server_time",
47+
"--local-timezone=${TZ}"
4948
],
50-
"env": {
51-
"TZ": "${TZ}"
52-
},
5349
"description": "Run with Python module (requires pip install)"
5450
},
5551
"docker": {
@@ -59,13 +55,9 @@
5955
"run",
6056
"-i",
6157
"--rm",
62-
"-e",
63-
"TZ",
64-
"mcp/time"
58+
"mcp/time",
59+
"--local-timezone=${TZ}"
6560
],
66-
"env": {
67-
"TZ": "${TZ}"
68-
},
6961
"description": "Run with Docker"
7062
}
7163
},

0 commit comments

Comments
 (0)