@cronicorn/mcp-server 1.16.0 → 1.18.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/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14466,7 +14466,7 @@ var DashboardStatsResponseSchema = external_exports.object({
|
|
|
14466
14466
|
example: 8
|
|
14467
14467
|
})
|
|
14468
14468
|
})).openapi({
|
|
14469
|
-
description: "Job health distribution (
|
|
14469
|
+
description: "Job health distribution (filtered by time range)"
|
|
14470
14470
|
}),
|
|
14471
14471
|
filteredMetrics: external_exports.object({
|
|
14472
14472
|
totalRuns: external_exports.number().int().nonnegative().openapi({
|