UNPKG
current-time-timezone-server
Version:
latest (1.1.12)
1.1.12
1.1.11
1.1.10
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.2
1.1.1
1.1.0
1.0.0
MCP服务器,提供NTP校准的当前时间和时区相关功能,支持stdio和HTTP/SSE,可配置host和protocol,支持.env文件,返回指定时区的本地时间
current-time-timezone-server
/
.dockerignore
31 lines
(26 loc)
•
294 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 忽略node_modules
node_modules npm-debug.log
# 忽略开发文件
*.md .
env
.git .gitignore .vscode .idea
# 忽略构建相关
*.tgz dist/ coverage/ .nyc_output/
# 忽略测试文件
test
/ tests/ *.test.js *.test.ts *.spec.js *.spec.ts
# 忽略其他
.DS_Store Thumbs.db README.local.md