@usex/mikrotik-mcp 5.8.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 +7 -1
- package/dist/cli.js +504 -326
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1 -1
- package/dist/shared/{library-srhzw8ym.js → library-dyeaqzj6.js} +38 -10
- package/dist/shared/{library-hsq1a106.js → library-rkr0yp3t.js} +1 -1
- package/dist/ui/observability.html +75 -71
- package/package.json +1 -1
- package/schemas/tool-catalog.json +1 -1
- /package/dist/shared/{cli-ejryxvb3.js → cli-2a9bs005.js} +0 -0
package/README.md
CHANGED
|
@@ -374,7 +374,7 @@ switches, selects, tabs, tooltips, loaders, theme toggle and animated numbers.
|
|
|
374
374
|
Animated Sidebar adds a collapsible icon rail while retaining search and pins.
|
|
375
375
|
Live Feed uses Animated Badges and an Expandable Action Bar; Overview, Devices
|
|
376
376
|
and Live Feed offer read-only Pull to Refresh with a keyboard-accessible button.
|
|
377
|
-
The local BeUI registry retains the
|
|
377
|
+
The local BeUI registry retains the 17 collections used by the dashboard and
|
|
378
378
|
their supporting components; unused component demonstrations have been removed.
|
|
379
379
|
The fixed **Operations Island** expands into live activity, router checks and
|
|
380
380
|
recent tool completions, using existing data without extra probes or configuration
|
|
@@ -383,6 +383,12 @@ For frontend development, `bun run dev:dashboard` connects
|
|
|
383
383
|
the UI on port 9191 to the existing dashboard backend on port 9091.
|
|
384
384
|
See the [dashboard design system](docs/dashboard-design.md).
|
|
385
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
|
+
|
|
386
392
|
## The tool catalog
|
|
387
393
|
|
|
388
394
|
**901 tools across 143 modules.** Full, always-current reference (parameters + risk per
|