UNPKG

current-time-timezone-server

Version:

MCP服务器,提供NTP校准的当前时间和时区相关功能,支持stdio和HTTP/SSE,可配置host和protocol,支持.env文件,返回指定时区的本地时间

31 lines (26 loc) 294 B
# 忽略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