@usex/mikrotik-mcp 5.1.0 → 5.2.0
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/cli.js +5 -0
- package/dist/ui/observability.html +59 -59
- package/package.json +4 -4
- package/schemas/tool-catalog.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -3267,6 +3267,11 @@ function configPayload() {
|
|
|
3267
3267
|
s3: cfg.s3,
|
|
3268
3268
|
dashboard: cfg.dashboard,
|
|
3269
3269
|
ssh: cfg.ssh,
|
|
3270
|
+
alerts: cfg.alerts,
|
|
3271
|
+
flows: cfg.flows,
|
|
3272
|
+
policy: cfg.policy,
|
|
3273
|
+
schedules: cfg.schedules,
|
|
3274
|
+
attacks: cfg.attacks,
|
|
3270
3275
|
readOnly: cfg.readOnly,
|
|
3271
3276
|
tools: cfg.tools,
|
|
3272
3277
|
memory: cfg.memory,
|