mcp-datetime 1.0.2 → 1.0.3

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 +7 -4
  2. package/package.json +10 -2
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,7 +82,7 @@ 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
 
@@ -90,6 +90,9 @@ Add to MCP settings:
90
90
 
91
91
  MIT
92
92
 
93
- ---
93
+ ## Support
94
94
 
95
- [☕ Buy me a coffee](https://buymeacoffee.com/gl89tu25lp)
95
+ If this tool saves you time, consider supporting development:
96
+
97
+ - [Buy me a coffee](https://buymeacoffee.com/gl89tu25lp)
98
+ - [Tip via Stripe ($3)](https://buy.stripe.com/dRm8wP8R295Z9VyeN59Zm00)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mcp-datetime",
3
- "version": "1.0.2",
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.",
3
+ "version": "1.0.3",
4
+ "description": "MCP server with 10 date & time tools \u2014 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": {
@@ -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
  }