@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 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: prepare, verify while still uncommitted, then commit everywhere or
398
- roll back everywhere.
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.