@usex/mikrotik-mcp 5.7.0 → 5.8.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/README.md +22 -2
- package/dist/cli.js +69834 -45850
- package/dist/index.js +14982 -13
- package/dist/shared/{library-3602qc6e.js → library-hsq1a106.js} +1 -1
- package/dist/shared/{library-v0tysa18.js → library-srhzw8ym.js} +12345 -4158
- package/dist/ui/aaa.html +30 -25
- package/dist/ui/connected-devices.html +30 -25
- package/dist/ui/dashboard.html +30 -25
- package/dist/ui/firewall-audit.html +26 -21
- package/dist/ui/firewall.html +27 -22
- package/dist/ui/interfaces.html +30 -25
- package/dist/ui/observability.html +169 -69
- package/dist/ui/records.html +31 -26
- package/package.json +23 -15
- package/prompts/build-tunnel-transactionally.md +13 -10
- package/schemas/tool-catalog.json +8 -8
- /package/dist/shared/{cli-569n3azr.js → cli-ejryxvb3.js} +0 -0
package/README.md
CHANGED
|
@@ -365,6 +365,24 @@ an upgrade.
|
|
|
365
365
|
|
|
366
366
|
Full reference: **[docs/observability.md](docs/observability.md)**.
|
|
367
367
|
|
|
368
|
+
The dashboard includes a responsive operations shell with searchable grouped
|
|
369
|
+
navigation, pinned page shortcuts, a mobile drawer, and coordinated light/dark themes.
|
|
370
|
+
The activity chart pairs a dotted canvas with animated successful-call trends and
|
|
371
|
+
independent error bars, with reduced-motion and pause controls.
|
|
372
|
+
BeUI now powers the dashboard's shared buttons, inputs, badges, checkboxes,
|
|
373
|
+
switches, selects, tabs, tooltips, loaders, theme toggle and animated numbers.
|
|
374
|
+
Animated Sidebar adds a collapsible icon rail while retaining search and pins.
|
|
375
|
+
Live Feed uses Animated Badges and an Expandable Action Bar; Overview, Devices
|
|
376
|
+
and Live Feed offer read-only Pull to Refresh with a keyboard-accessible button.
|
|
377
|
+
The local BeUI registry retains the 16 collections used by the dashboard and
|
|
378
|
+
their supporting components; unused component demonstrations have been removed.
|
|
379
|
+
The fixed **Operations Island** expands into live activity, router checks and
|
|
380
|
+
recent tool completions, using existing data without extra probes or configuration
|
|
381
|
+
changes. Missing and stale observations are explicitly labelled.
|
|
382
|
+
For frontend development, `bun run dev:dashboard` connects
|
|
383
|
+
the UI on port 9191 to the existing dashboard backend on port 9091.
|
|
384
|
+
See the [dashboard design system](docs/dashboard-design.md).
|
|
385
|
+
|
|
368
386
|
## The tool catalog
|
|
369
387
|
|
|
370
388
|
**901 tools across 143 modules.** Full, always-current reference (parameters + risk per
|
|
@@ -394,8 +412,10 @@ Higher-level workflows built on top of the per-scope tools:
|
|
|
394
412
|
terraform-style plan, apply under Safe Mode, show the exact `/export` diff, commit
|
|
395
413
|
only if still reachable.
|
|
396
414
|
- **[Cross-Device Transactions](docs/transactions.md)** — coordinate Safe Mode across
|
|
397
|
-
several routers:
|
|
398
|
-
|
|
415
|
+
several routers: the recommended MCP workflow for related VPN, peering, route and
|
|
416
|
+
ACL changes. Plan → stage → verify → commit with approval. Best-effort, not ACID;
|
|
417
|
+
partial commits require manual recovery. Connection instructions and cross-device
|
|
418
|
+
prompts steer the model here before independent writes, not for read-only tasks.
|
|
399
419
|
- **[Staged Fleet Rollout](docs/fleet-rollout.md)** — apply one change as canary → wave →
|
|
400
420
|
fleet with a health gate and soak between waves, reverting everything already changed
|
|
401
421
|
on the first failure.
|