@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/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. */