@cronicorn/mcp-server 1.23.2 → 1.23.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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14677,7 +14677,7 @@ async function main() {
|
|
|
14677
14677
|
{
|
|
14678
14678
|
name: "cronicorn",
|
|
14679
14679
|
// eslint-disable-next-line node/no-process-env
|
|
14680
|
-
version: "1.23.
|
|
14680
|
+
version: "1.23.3"
|
|
14681
14681
|
},
|
|
14682
14682
|
{
|
|
14683
14683
|
instructions: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cronicorn/mcp-server",
|
|
3
|
-
"version": "1.23.
|
|
3
|
+
"version": "1.23.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",
|