@cronicorn/mcp-server 1.22.0 → 1.22.2
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 +2 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# Cronicorn MCP Server
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@cronicorn/mcp-server)
|
|
4
|
+
[](https://registry.modelcontextprotocol.io/servers/io.github.weskerllc/cronicorn-mcp-server)
|
|
5
|
+
[](https://smithery.ai/server/@cronicorn/mcp-server)
|
|
4
6
|
|
|
5
7
|
Manage cron jobs by talking to your AI assistant.
|
|
6
8
|
|
package/dist/index.js
CHANGED
|
@@ -14545,7 +14545,8 @@ async function main() {
|
|
|
14545
14545
|
const server = new McpServer(
|
|
14546
14546
|
{
|
|
14547
14547
|
name: "cronicorn",
|
|
14548
|
-
|
|
14548
|
+
// eslint-disable-next-line node/no-process-env
|
|
14549
|
+
version: "1.22.2"
|
|
14549
14550
|
},
|
|
14550
14551
|
{
|
|
14551
14552
|
instructions: [
|