mcp-datetime 1.0.2 → 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.
Files changed (2) hide show
  1. package/README.md +11 -4
  2. package/package.json +9 -1
package/README.md CHANGED
@@ -74,7 +74,7 @@ Add to MCP settings:
74
74
 
75
75
  ## Part of the MCP Tools Suite
76
76
 
77
- - [mcp-devutils](https://www.npmjs.com/package/mcp-devutils) — 8 developer utility tools
77
+ - [mcp-devutils](https://www.npmjs.com/package/mcp-devutils) — 19 developer utility tools
78
78
  - [mcp-apitools](https://www.npmjs.com/package/mcp-apitools) — 7 API & HTTP tools
79
79
  - [mcp-texttools](https://www.npmjs.com/package/mcp-texttools) — 8 text processing tools
80
80
  - [mcp-mathtools](https://www.npmjs.com/package/mcp-mathtools) — 12 math & statistics tools
@@ -82,14 +82,21 @@ Add to MCP settings:
82
82
  - [mcp-quick-calc](https://www.npmjs.com/package/mcp-quick-calc) — 5 calculator tools: currency conversion, percentages, compound interest, unit conversion, loan payments
83
83
  - [readmecraft](https://www.npmjs.com/package/readmecraft) — README generator
84
84
 
85
- - **[mcp-all-tools](https://www.npmjs.com/package/mcp-all-tools)** — All 54+ tools in a single MCP server
85
+ - **[mcp-all-tools](https://www.npmjs.com/package/mcp-all-tools)** — All 60+ tools in a single MCP server
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
92
96
 
93
- ---
97
+ ## Support
98
+
99
+ If this tool saves you time, consider supporting development:
94
100
 
95
- [Buy me a coffee](https://buymeacoffee.com/gl89tu25lp)
101
+ - [Buy me a coffee](https://buymeacoffee.com/gl89tu25lp)
102
+ - [Tip via Stripe ($3)](https://buy.stripe.com/dRm8wP8R295Z9VyeN59Zm00)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-datetime",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
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",
@@ -36,5 +36,13 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@modelcontextprotocol/sdk": "^1.0.0"
39
+ },
40
+ "repository": {
41
+ "type": "git",
42
+ "url": "https://github.com/hlteoh37/mcp-datetime.git"
43
+ },
44
+ "homepage": "https://github.com/hlteoh37/mcp-datetime#readme",
45
+ "bugs": {
46
+ "url": "https://github.com/hlteoh37/mcp-datetime/issues"
39
47
  }
40
48
  }