@cronicorn/mcp-server 1.24.0 → 1.24.1
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14684,7 +14684,7 @@ async function main() {
|
|
|
14684
14684
|
{
|
|
14685
14685
|
name: "cronicorn",
|
|
14686
14686
|
// eslint-disable-next-line node/no-process-env
|
|
14687
|
-
version: "1.24.
|
|
14687
|
+
version: "1.24.1"
|
|
14688
14688
|
},
|
|
14689
14689
|
{
|
|
14690
14690
|
instructions: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cronicorn/mcp-server",
|
|
3
|
-
"version": "1.24.
|
|
3
|
+
"version": "1.24.1",
|
|
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",
|