mcp-cron 0.5.4 → 0.5.6

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 +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -255,7 +255,7 @@ Tasks have the following structure:
255
255
 
256
256
  ```json
257
257
  {
258
- "id": "task_1234567890",
258
+ "id": "task_a3f7b2c9e1d04f68",
259
259
  "name": "Example Task",
260
260
  "schedule": "0 */5 * * * *",
261
261
  "command": "echo 'Task executed!'",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-cron",
3
- "version": "0.5.4",
3
+ "version": "0.5.6",
4
4
  "description": "MCP server for cron task scheduling (shell commands and AI prompts)",
5
5
  "license": "AGPL-3.0-only",
6
6
  "bin": {
@@ -11,11 +11,11 @@
11
11
  "url": "git+https://github.com/jolks/mcp-cron.git"
12
12
  },
13
13
  "optionalDependencies": {
14
- "mcp-cron-darwin-amd64": "0.5.4",
15
- "mcp-cron-darwin-arm64": "0.5.4",
16
- "mcp-cron-linux-amd64": "0.5.4",
17
- "mcp-cron-linux-arm64": "0.5.4",
18
- "mcp-cron-windows-amd64": "0.5.4",
19
- "mcp-cron-windows-arm64": "0.5.4"
14
+ "mcp-cron-darwin-amd64": "0.5.6",
15
+ "mcp-cron-darwin-arm64": "0.5.6",
16
+ "mcp-cron-linux-amd64": "0.5.6",
17
+ "mcp-cron-linux-arm64": "0.5.6",
18
+ "mcp-cron-windows-amd64": "0.5.6",
19
+ "mcp-cron-windows-arm64": "0.5.6"
20
20
  }
21
21
  }