mcp-datetime 1.0.1 → 1.0.2

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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -82,6 +82,8 @@ 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
86
+
85
87
  **60+ MCP tools** across 7 packages. Install any combination you need.
86
88
 
87
89
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-datetime",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
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",