@usex/mikrotik-mcp 3.13.0 → 3.14.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 CHANGED
@@ -12722,7 +12722,7 @@ var openvpnTools = [
12722
12722
  name: "get_ovpn_server",
12723
12723
  title: "Get OpenVPN Server Configuration",
12724
12724
  annotations: READ,
12725
- description: "Read the OpenVPN server settings (`/interface ovpn-server server print`) \u2014 the singleton" + " inbound-server instance (enabled state, certificate, auth/cipher algorithms, port, protocol," + " netmask, mode, max_mtu, default_profile, require_client_certificate). Use set_ovpn_server to" + " modify these settings. For outbound OVPN tunnels to a remote server use list_ovpn_clients or" + " get_ovpn_client. For other VPN tunnel types use create_l2tp_client, create_pptp_client, or" + " create_sstp_client. Returns the full server parameter block or a not-found message.",
12725
+ description: "`get_ovpn_server` \u2014 READ / get / show / inspect the OpenVPN (OVPN) server settings and status" + " (`/interface ovpn-server server print`) \u2014 the singleton inbound-server instance: whether it is" + " enabled/running, certificate, auth/cipher algorithms, port, protocol, netmask, mode, max_mtu," + " default_profile, require_client_certificate. Use set_ovpn_server to modify these settings. For" + " outbound OVPN tunnels to a remote server use list_ovpn_clients or get_ovpn_client. For other VPN" + " tunnel types use create_l2tp_client, create_pptp_client, or create_sstp_client. Returns the full" + " server parameter block or a not-found message.",
12726
12726
  async handler(_a, ctx) {
12727
12727
  ctx.info("Getting OpenVPN server configuration");
12728
12728
  const result = await executeMikrotikCommand("/interface ovpn-server server print", ctx);
@@ -12806,7 +12806,7 @@ ${redactSecrets(details)}` : "OpenVPN client creation completed but unable to ve
12806
12806
  name: "list_ovpn_clients",
12807
12807
  title: "List OpenVPN Client Interfaces",
12808
12808
  annotations: READ,
12809
- description: "List all OpenVPN client interfaces (`/interface ovpn-client print`) configured on this" + " router, optionally filtered by partial interface name (name_filter). Use this to enumerate" + " existing OVPN uplinks and their connection status before calling get_ovpn_client," + " enable_ovpn_client, disable_ovpn_client, or remove_ovpn_client. For inbound server" + " settings use get_ovpn_server. For L2TP, PPTP, or SSTP tunnels use the respective tools." + " Returns a redacted table of all matching OVPN client interfaces.",
12809
+ description: "`list_ovpn_clients` \u2014 READ / list / show / inspect / enumerate all OpenVPN (OVPN) client" + " interfaces (`/interface ovpn-client print`) and whether each tunnel is running/connected," + " optionally filtered by partial interface name (name_filter). Returns each client's name," + " running status, remote server (connect-to), port, mode and user. Use this to read existing OVPN" + " uplinks and their status before calling get_ovpn_client, enable_ovpn_client," + " disable_ovpn_client, or remove_ovpn_client. For inbound server settings use get_ovpn_server." + " For L2TP, PPTP, or SSTP tunnels use the respective tools." + " Returns a redacted table of all matching OVPN client interfaces.",
12810
12810
  inputSchema: {
12811
12811
  name_filter: z67.string().optional().describe("Partial name match")
12812
12812
  },
@@ -12825,7 +12825,7 @@ ${redactSecrets(result)}`;
12825
12825
  name: "get_ovpn_client",
12826
12826
  title: "Get OpenVPN Client Interface Detail",
12827
12827
  annotations: READ,
12828
- description: "Fetch detailed settings for a specific OpenVPN client interface by name" + " (`/interface ovpn-client print detail where name=...`). Use list_ovpn_clients first to" + " enumerate available interface names. For the inbound OVPN server settings use" + " get_ovpn_server. Returns the full interface detail with secrets redacted, or a not-found" + " message if the name does not exist.",
12828
+ description: "`get_ovpn_client` \u2014 READ / get / show / inspect one OpenVPN (OVPN) client interface's full" + " detail and running status by name (`/interface ovpn-client print detail where name=...`):" + " running/connected state, remote server (connect-to), port, mode, user, profile, certificate," + " cipher and auth. Use list_ovpn_clients first to enumerate available interface names. For the" + " inbound OVPN server settings use get_ovpn_server. Returns the full interface detail with" + " secrets redacted, or a not-found message if the name does not exist.",
12829
12829
  inputSchema: { name: z67.string() },
12830
12830
  async handler(a, ctx) {
12831
12831
  ctx.info(`Getting OpenVPN client details: name=${a.name}`);
@@ -23304,7 +23304,7 @@ function registerPrompts(server) {
23304
23304
  // package.json
23305
23305
  var package_default = {
23306
23306
  name: "@usex/mikrotik-mcp",
23307
- version: "3.13.0",
23307
+ version: "3.14.0",
23308
23308
  description: "MCP server for MikroTik RouterOS \u2014 660+ tools over SSH for firewall, NAT, routing, DHCP, DNS, WireGuard, wireless, QoS and more.",
23309
23309
  keywords: [
23310
23310
  "ai",
package/dist/index.js CHANGED
@@ -12734,7 +12734,7 @@ var openvpnTools = [
12734
12734
  name: "get_ovpn_server",
12735
12735
  title: "Get OpenVPN Server Configuration",
12736
12736
  annotations: READ,
12737
- description: "Read the OpenVPN server settings (`/interface ovpn-server server print`) \u2014 the singleton" + " inbound-server instance (enabled state, certificate, auth/cipher algorithms, port, protocol," + " netmask, mode, max_mtu, default_profile, require_client_certificate). Use set_ovpn_server to" + " modify these settings. For outbound OVPN tunnels to a remote server use list_ovpn_clients or" + " get_ovpn_client. For other VPN tunnel types use create_l2tp_client, create_pptp_client, or" + " create_sstp_client. Returns the full server parameter block or a not-found message.",
12737
+ description: "`get_ovpn_server` \u2014 READ / get / show / inspect the OpenVPN (OVPN) server settings and status" + " (`/interface ovpn-server server print`) \u2014 the singleton inbound-server instance: whether it is" + " enabled/running, certificate, auth/cipher algorithms, port, protocol, netmask, mode, max_mtu," + " default_profile, require_client_certificate. Use set_ovpn_server to modify these settings. For" + " outbound OVPN tunnels to a remote server use list_ovpn_clients or get_ovpn_client. For other VPN" + " tunnel types use create_l2tp_client, create_pptp_client, or create_sstp_client. Returns the full" + " server parameter block or a not-found message.",
12738
12738
  async handler(_a, ctx) {
12739
12739
  ctx.info("Getting OpenVPN server configuration");
12740
12740
  const result = await executeMikrotikCommand("/interface ovpn-server server print", ctx);
@@ -12818,7 +12818,7 @@ ${redactSecrets(details)}` : "OpenVPN client creation completed but unable to ve
12818
12818
  name: "list_ovpn_clients",
12819
12819
  title: "List OpenVPN Client Interfaces",
12820
12820
  annotations: READ,
12821
- description: "List all OpenVPN client interfaces (`/interface ovpn-client print`) configured on this" + " router, optionally filtered by partial interface name (name_filter). Use this to enumerate" + " existing OVPN uplinks and their connection status before calling get_ovpn_client," + " enable_ovpn_client, disable_ovpn_client, or remove_ovpn_client. For inbound server" + " settings use get_ovpn_server. For L2TP, PPTP, or SSTP tunnels use the respective tools." + " Returns a redacted table of all matching OVPN client interfaces.",
12821
+ description: "`list_ovpn_clients` \u2014 READ / list / show / inspect / enumerate all OpenVPN (OVPN) client" + " interfaces (`/interface ovpn-client print`) and whether each tunnel is running/connected," + " optionally filtered by partial interface name (name_filter). Returns each client's name," + " running status, remote server (connect-to), port, mode and user. Use this to read existing OVPN" + " uplinks and their status before calling get_ovpn_client, enable_ovpn_client," + " disable_ovpn_client, or remove_ovpn_client. For inbound server settings use get_ovpn_server." + " For L2TP, PPTP, or SSTP tunnels use the respective tools." + " Returns a redacted table of all matching OVPN client interfaces.",
12822
12822
  inputSchema: {
12823
12823
  name_filter: z68.string().optional().describe("Partial name match")
12824
12824
  },
@@ -12837,7 +12837,7 @@ ${redactSecrets(result)}`;
12837
12837
  name: "get_ovpn_client",
12838
12838
  title: "Get OpenVPN Client Interface Detail",
12839
12839
  annotations: READ,
12840
- description: "Fetch detailed settings for a specific OpenVPN client interface by name" + " (`/interface ovpn-client print detail where name=...`). Use list_ovpn_clients first to" + " enumerate available interface names. For the inbound OVPN server settings use" + " get_ovpn_server. Returns the full interface detail with secrets redacted, or a not-found" + " message if the name does not exist.",
12840
+ description: "`get_ovpn_client` \u2014 READ / get / show / inspect one OpenVPN (OVPN) client interface's full" + " detail and running status by name (`/interface ovpn-client print detail where name=...`):" + " running/connected state, remote server (connect-to), port, mode, user, profile, certificate," + " cipher and auth. Use list_ovpn_clients first to enumerate available interface names. For the" + " inbound OVPN server settings use get_ovpn_server. Returns the full interface detail with" + " secrets redacted, or a not-found message if the name does not exist.",
12841
12841
  inputSchema: { name: z68.string() },
12842
12842
  async handler(a, ctx) {
12843
12843
  ctx.info(`Getting OpenVPN client details: name=${a.name}`);
@@ -21707,7 +21707,7 @@ function selectToolModules(filter = {}, catalog = moduleCatalog) {
21707
21707
  // package.json
21708
21708
  var package_default = {
21709
21709
  name: "@usex/mikrotik-mcp",
21710
- version: "3.13.0",
21710
+ version: "3.14.0",
21711
21711
  description: "MCP server for MikroTik RouterOS \u2014 660+ tools over SSH for firewall, NAT, routing, DHCP, DNS, WireGuard, wireless, QoS and more.",
21712
21712
  keywords: [
21713
21713
  "ai",