@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/dist/index.d.ts
CHANGED
|
@@ -212,6 +212,8 @@ interface RegisterableTool {
|
|
|
212
212
|
annotations: ToolAnnotations;
|
|
213
213
|
inputSchema?: ZodRawShape;
|
|
214
214
|
description: string;
|
|
215
|
+
/** Server-only tools do not participate in device access checks. */
|
|
216
|
+
noDevice?: boolean;
|
|
215
217
|
/** Present when the tool renders an MCP App view. */
|
|
216
218
|
ui?: UiLink;
|
|
217
219
|
/** Device requirements, if the tool declared any. */
|