mcp-datetime 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -86,6 +86,10 @@ Add to MCP settings:
|
|
|
86
86
|
|
|
87
87
|
**60+ MCP tools** across 7 packages. Install any combination you need.
|
|
88
88
|
|
|
89
|
+
## Like this? Try mcp-devutils
|
|
90
|
+
|
|
91
|
+
**[mcp-devutils](https://www.npmjs.com/package/mcp-devutils)** — 44 developer tools in one MCP server. UUID, hash, JWT, JSON diff, AES encryption, and more. 15 free, [unlock all 44 for $5](https://buy.stripe.com/bJe00jgjugyr5Fi5cv9Zm05).
|
|
92
|
+
|
|
89
93
|
## License
|
|
90
94
|
|
|
91
95
|
MIT
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-datetime",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "MCP server with 10 date & time tools
|
|
3
|
+
"version": "1.0.4",
|
|
4
|
+
"description": "MCP server with 10 date & time tools — timezone conversion, date math, formatting, parsing, cron explanation, countdown, unix timestamps, business days, ISO weeks, and relative time. Zero dependencies beyond MCP SDK.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"bin": {
|