chron-mcp 0.1.4 → 0.1.5
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.
- package/README.md +1 -1
- package/package.json +1 -1
- package/skills/chron/SKILL.md +1 -1
package/README.md
CHANGED
|
@@ -75,7 +75,7 @@ Edit `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) o
|
|
|
75
75
|
### Claude Code
|
|
76
76
|
|
|
77
77
|
```bash
|
|
78
|
-
claude mcp add chron npx -y chron-mcp
|
|
78
|
+
claude mcp add chron -- npx -y chron-mcp
|
|
79
79
|
```
|
|
80
80
|
|
|
81
81
|
Then add the skill hook to `~/.claude/settings.json`:
|
package/package.json
CHANGED
package/skills/chron/SKILL.md
CHANGED