File tree Expand file tree Collapse file tree 1 file changed +6
-14
lines changed Expand file tree Collapse file tree 1 file changed +6
-14
lines changed Original file line number Diff line number Diff line change 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 },
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" : {
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 },
You can’t perform that action at this time.
0 commit comments