@usex/mikrotik-mcp 2.1.0 → 2.2.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": "2.1.0",
3
+ "version": "2.2.0",
4
4
  "description": "Bun-native MCP server for MikroTik RouterOS — 200+ tools over SSH for firewall, NAT, routing, DHCP, DNS, WireGuard, wireless, QoS and more.",
5
5
  "keywords": [
6
6
  "ai",
@@ -53,6 +53,20 @@
53
53
  "exclusiveMinimum": 0,
54
54
  "maximum": 9007199254740991
55
55
  },
56
+ "mac": {
57
+ "type": "string"
58
+ },
59
+ "sourceMac": {
60
+ "type": "string"
61
+ },
62
+ "macHost": {
63
+ "type": "string"
64
+ },
65
+ "macPort": {
66
+ "type": "integer",
67
+ "exclusiveMinimum": 0,
68
+ "maximum": 9007199254740991
69
+ },
56
70
  "description": {
57
71
  "type": "string"
58
72
  }
@@ -145,7 +159,7 @@
145
159
  "dashboard": {
146
160
  "default": {
147
161
  "enabled": false,
148
- "host": "0.0.0.0",
162
+ "host": "127.0.0.1",
149
163
  "port": 9090,
150
164
  "dbPath": "./.mikrotik-mcp/events.db",
151
165
  "maxEvents": 100000,