@usex/mikrotik-mcp 3.17.0 → 3.18.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/cli.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -23768,7 +23768,7 @@ function registerPrompts(server) {
|
|
|
23768
23768
|
// package.json
|
|
23769
23769
|
var package_default = {
|
|
23770
23770
|
name: "@usex/mikrotik-mcp",
|
|
23771
|
-
version: "3.
|
|
23771
|
+
version: "3.18.0",
|
|
23772
23772
|
description: "MCP server for MikroTik RouterOS \u2014 660+ tools over SSH for firewall, NAT, routing, DHCP, DNS, WireGuard, wireless, QoS and more.",
|
|
23773
23773
|
keywords: [
|
|
23774
23774
|
"ai",
|
package/dist/index.js
CHANGED
|
@@ -22171,7 +22171,7 @@ function selectToolModules(filter = {}, catalog = moduleCatalog) {
|
|
|
22171
22171
|
// package.json
|
|
22172
22172
|
var package_default = {
|
|
22173
22173
|
name: "@usex/mikrotik-mcp",
|
|
22174
|
-
version: "3.
|
|
22174
|
+
version: "3.18.0",
|
|
22175
22175
|
description: "MCP server for MikroTik RouterOS \u2014 660+ tools over SSH for firewall, NAT, routing, DHCP, DNS, WireGuard, wireless, QoS and more.",
|
|
22176
22176
|
keywords: [
|
|
22177
22177
|
"ai",
|
package/package.json
CHANGED