mcp-datetime 1.0.0 → 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 +4 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -79,9 +79,12 @@ Add to MCP settings:
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
81
81
  - **mcp-datetime** — 10 date & time tools ← you are here
82
+ - [mcp-quick-calc](https://www.npmjs.com/package/mcp-quick-calc) — 5 calculator tools: currency conversion, percentages, compound interest, unit conversion, loan payments
82
83
  - [readmecraft](https://www.npmjs.com/package/readmecraft) — README generator
83
84
 
84
- **55+ MCP tools** across 6 packages. Install any combination you need.
85
+ - **[mcp-all-tools](https://www.npmjs.com/package/mcp-all-tools)** All 54+ tools in a single MCP server
86
+
87
+ **60+ MCP tools** across 7 packages. Install any combination you need.
85
88
 
86
89
  ## License
87
90
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-datetime",
3
- "version": "1.0.0",
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",