@usex/mikrotik-mcp 5.7.0 → 5.9.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 +28 -2
- package/dist/cli.js +70021 -45859
- package/dist/index.d.ts +2 -0
- package/dist/index.js +14982 -13
- package/dist/shared/{library-v0tysa18.js → library-dyeaqzj6.js} +12381 -4166
- package/dist/shared/{library-3602qc6e.js → library-rkr0yp3t.js} +1 -1
- 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 +172 -68
- 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-2a9bs005.js} +0 -0
package/README.md
CHANGED
|
@@ -365,6 +365,30 @@ 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 17 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
|
+
|
|
386
|
+
**Access Scope settings** can be edited directly in the dashboard: configure risk
|
|
387
|
+
ceilings, router allow/block lists and tool-name patterns, preview permission
|
|
388
|
+
decisions without executing tools, then review and apply with a 60-second
|
|
389
|
+
auto-revert window. The page distinguishes the operator policy, runtime session
|
|
390
|
+
restrictions and server read-only mode. See [Access Scope settings](docs/access-scope-settings.md).
|
|
391
|
+
|
|
368
392
|
## The tool catalog
|
|
369
393
|
|
|
370
394
|
**901 tools across 143 modules.** Full, always-current reference (parameters + risk per
|
|
@@ -394,8 +418,10 @@ Higher-level workflows built on top of the per-scope tools:
|
|
|
394
418
|
terraform-style plan, apply under Safe Mode, show the exact `/export` diff, commit
|
|
395
419
|
only if still reachable.
|
|
396
420
|
- **[Cross-Device Transactions](docs/transactions.md)** — coordinate Safe Mode across
|
|
397
|
-
several routers:
|
|
398
|
-
|
|
421
|
+
several routers: the recommended MCP workflow for related VPN, peering, route and
|
|
422
|
+
ACL changes. Plan → stage → verify → commit with approval. Best-effort, not ACID;
|
|
423
|
+
partial commits require manual recovery. Connection instructions and cross-device
|
|
424
|
+
prompts steer the model here before independent writes, not for read-only tasks.
|
|
399
425
|
- **[Staged Fleet Rollout](docs/fleet-rollout.md)** — apply one change as canary → wave →
|
|
400
426
|
fleet with a health gate and soak between waves, reverting everything already changed
|
|
401
427
|
on the first failure.
|