@cronicorn/mcp-server 1.22.2 → 1.22.4
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 -2
- package/dist/index.js +13 -13
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
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
|
|
5
|
-
[](https://smithery.ai/server/@cronicorn/mcp-server)
|
|
4
|
+
[](https://registry.modelcontextprotocol.io/v0.1/servers/io.github.weskerllc%2Fcronicorn-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.4"
|
|
14550
14550
|
},
|
|
14551
14551
|
{
|
|
14552
14552
|
instructions: [
|
|
@@ -14562,19 +14562,19 @@ async function main() {
|
|
|
14562
14562
|
"",
|
|
14563
14563
|
"## How to Help Users",
|
|
14564
14564
|
"",
|
|
14565
|
-
"When users ask about Cronicorn concepts, integration patterns, self-hosting, or how scheduling works, read the bundled documentation resources on this server. Key resources:",
|
|
14565
|
+
"When users ask about Cronicorn concepts, integration patterns, self-hosting, or how scheduling works, read the bundled documentation resources on this server. Use the `file:///docs/` URI scheme to read resources. Key resources:",
|
|
14566
14566
|
"",
|
|
14567
|
-
"- `introduction.md` \u2014 What Cronicorn is and why it exists",
|
|
14568
|
-
"- `quick-start.md` \u2014 Creating your first job",
|
|
14569
|
-
"- `core-concepts.md` \u2014 Jobs, endpoints, schedules, AI adaptation explained",
|
|
14570
|
-
"- `recipes.md` \u2014 Common patterns with working examples",
|
|
14571
|
-
"- `use-cases.md` \u2014 Real-world scenarios (health checks, data sync, auto-remediation)",
|
|
14572
|
-
"- `api-reference.md` \u2014 Complete REST API documentation",
|
|
14573
|
-
"- `code-examples.md` \u2014 Integration examples in multiple languages",
|
|
14574
|
-
"- `troubleshooting.md` \u2014 Common issues and solutions",
|
|
14575
|
-
"- `technical/how-ai-adaptation-works.md` \u2014 Deep dive into AI scheduling",
|
|
14576
|
-
"- `technical/how-scheduling-works.md` \u2014 Scheduling mechanics and backoff behavior",
|
|
14577
|
-
"- `self-hosting/index.md` \u2014 Docker Compose deployment guide",
|
|
14567
|
+
"- `file:///docs/introduction.md` \u2014 What Cronicorn is and why it exists",
|
|
14568
|
+
"- `file:///docs/quick-start.md` \u2014 Creating your first job",
|
|
14569
|
+
"- `file:///docs/core-concepts.md` \u2014 Jobs, endpoints, schedules, AI adaptation explained",
|
|
14570
|
+
"- `file:///docs/recipes.md` \u2014 Common patterns with working examples",
|
|
14571
|
+
"- `file:///docs/use-cases.md` \u2014 Real-world scenarios (health checks, data sync, auto-remediation)",
|
|
14572
|
+
"- `file:///docs/api-reference.md` \u2014 Complete REST API documentation",
|
|
14573
|
+
"- `file:///docs/code-examples.md` \u2014 Integration examples in multiple languages",
|
|
14574
|
+
"- `file:///docs/troubleshooting.md` \u2014 Common issues and solutions",
|
|
14575
|
+
"- `file:///docs/technical/how-ai-adaptation-works.md` \u2014 Deep dive into AI scheduling",
|
|
14576
|
+
"- `file:///docs/technical/how-scheduling-works.md` \u2014 Scheduling mechanics and backoff behavior",
|
|
14577
|
+
"- `file:///docs/self-hosting/index.md` \u2014 Docker Compose deployment guide",
|
|
14578
14578
|
"",
|
|
14579
14579
|
"Read the relevant resources before answering conceptual or integration questions. The docs are comprehensive \u2014 use them."
|
|
14580
14580
|
].join("\n")
|