@cronicorn/mcp-server 1.22.2 → 1.22.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.
- package/README.md +0 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@cronicorn/mcp-server)
|
|
4
4
|
[](https://registry.modelcontextprotocol.io/servers/io.github.weskerllc/cronicorn-mcp-server)
|
|
5
|
-
[](https://smithery.ai/server/@cronicorn/mcp-server)
|
|
6
5
|
|
|
7
6
|
Manage cron jobs by talking to your AI assistant.
|
|
8
7
|
|
package/dist/index.js
CHANGED
|
@@ -14546,7 +14546,7 @@ async function main() {
|
|
|
14546
14546
|
{
|
|
14547
14547
|
name: "cronicorn",
|
|
14548
14548
|
// eslint-disable-next-line node/no-process-env
|
|
14549
|
-
version: "1.22.
|
|
14549
|
+
version: "1.22.3"
|
|
14550
14550
|
},
|
|
14551
14551
|
{
|
|
14552
14552
|
instructions: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cronicorn/mcp-server",
|
|
3
|
-
"version": "1.22.
|
|
3
|
+
"version": "1.22.3",
|
|
4
4
|
"mcpName": "io.github.weskerllc/cronicorn-mcp-server",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "MCP server for Cronicorn - enables AI agents to manage cron jobs via Model Context Protocol",
|