@usex/mikrotik-mcp 5.8.0 → 5.10.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 +13 -1
- package/dist/cli.js +653 -332
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1 -1
- package/dist/shared/{library-hsq1a106.js → library-cv5qe3zh.js} +1 -1
- package/dist/shared/{library-srhzw8ym.js → library-kpx18cna.js} +187 -16
- package/dist/ui/aaa.html +5 -2
- package/dist/ui/connected-devices.html +5 -2
- package/dist/ui/dashboard.html +5 -2
- package/dist/ui/fabric.html +123 -0
- package/dist/ui/firewall-audit.html +9 -6
- package/dist/ui/firewall.html +6 -3
- package/dist/ui/interfaces.html +19 -16
- package/dist/ui/investigations.html +123 -0
- package/dist/ui/observability.html +75 -71
- package/dist/ui/operations.html +123 -0
- package/dist/ui/records.html +6 -3
- package/dist/ui/reports.html +123 -0
- package/dist/ui/round-trip.html +123 -0
- package/dist/ui/service-health.html +123 -0
- package/package.json +1 -1
- package/schemas/tool-catalog.json +1 -1
- /package/dist/shared/{cli-ejryxvb3.js → cli-k3m3pxn8.js} +0 -0
package/README.md
CHANGED
|
@@ -46,6 +46,12 @@ Then just ask:
|
|
|
46
46
|
|
|
47
47
|
## Highlights
|
|
48
48
|
|
|
49
|
+
- **MCP App workspaces** — 13 host-themed views, with dedicated investigation,
|
|
50
|
+
round-trip, service-health, L2 fabric, operations and report workspaces alongside
|
|
51
|
+
the existing device, interface, firewall and record views. Responsive grids,
|
|
52
|
+
named path interfaces, expandable evidence and colored JSON keep results readable
|
|
53
|
+
inside compatible MCP clients. New report views never execute or replay tools.
|
|
54
|
+
[View guide](docs/mcp-app-workspaces.md)
|
|
49
55
|
- **Round-trip path lab** — model explicit forward/reverse static IPv4 paths across
|
|
50
56
|
fresh snapshots, with per-hop evidence and declared asymmetry. NAT or unsupported
|
|
51
57
|
state stops with UNKNOWN; modelled forwarding is not live connectivity.
|
|
@@ -374,7 +380,7 @@ switches, selects, tabs, tooltips, loaders, theme toggle and animated numbers.
|
|
|
374
380
|
Animated Sidebar adds a collapsible icon rail while retaining search and pins.
|
|
375
381
|
Live Feed uses Animated Badges and an Expandable Action Bar; Overview, Devices
|
|
376
382
|
and Live Feed offer read-only Pull to Refresh with a keyboard-accessible button.
|
|
377
|
-
The local BeUI registry retains the
|
|
383
|
+
The local BeUI registry retains the 17 collections used by the dashboard and
|
|
378
384
|
their supporting components; unused component demonstrations have been removed.
|
|
379
385
|
The fixed **Operations Island** expands into live activity, router checks and
|
|
380
386
|
recent tool completions, using existing data without extra probes or configuration
|
|
@@ -383,6 +389,12 @@ For frontend development, `bun run dev:dashboard` connects
|
|
|
383
389
|
the UI on port 9191 to the existing dashboard backend on port 9091.
|
|
384
390
|
See the [dashboard design system](docs/dashboard-design.md).
|
|
385
391
|
|
|
392
|
+
**Access Scope settings** can be edited directly in the dashboard: configure risk
|
|
393
|
+
ceilings, router allow/block lists and tool-name patterns, preview permission
|
|
394
|
+
decisions without executing tools, then review and apply with a 60-second
|
|
395
|
+
auto-revert window. The page distinguishes the operator policy, runtime session
|
|
396
|
+
restrictions and server read-only mode. See [Access Scope settings](docs/access-scope-settings.md).
|
|
397
|
+
|
|
386
398
|
## The tool catalog
|
|
387
399
|
|
|
388
400
|
**901 tools across 143 modules.** Full, always-current reference (parameters + risk per
|