@usex/mikrotik-mcp 4.4.0 → 4.5.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usex/mikrotik-mcp",
3
- "version": "4.4.0",
3
+ "version": "4.5.0",
4
4
  "description": "MCP server for MikroTik RouterOS — 780+ tools over SSH for firewall, NAT, routing, DHCP, DNS, WireGuard, wireless, QoS and more.",
5
5
  "keywords": [
6
6
  "ai",
@@ -246,7 +246,8 @@
246
246
  "maxEvents": 100000,
247
247
  "captureBody": true,
248
248
  "redactInput": false,
249
- "maxBodyBytes": 16384
249
+ "maxBodyBytes": 16384,
250
+ "feedLimit": 200
250
251
  },
251
252
  "type": "object",
252
253
  "properties": {
@@ -290,6 +291,12 @@
290
291
  },
291
292
  "token": {
292
293
  "type": "string"
294
+ },
295
+ "feedLimit": {
296
+ "default": 200,
297
+ "type": "integer",
298
+ "exclusiveMinimum": 0,
299
+ "maximum": 10000
293
300
  }
294
301
  },
295
302
  "required": [
@@ -300,7 +307,8 @@
300
307
  "maxEvents",
301
308
  "captureBody",
302
309
  "redactInput",
303
- "maxBodyBytes"
310
+ "maxBodyBytes",
311
+ "feedLimit"
304
312
  ],
305
313
  "additionalProperties": false
306
314
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "4.4.0",
3
+ "version": "4.5.0",
4
4
  "generated": "by scripts/gen-schemas.ts — do not edit by hand",
5
5
  "toolCount": 794,
6
6
  "tools": [