@usex/mikrotik-mcp 5.6.0 → 5.8.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.
Files changed (36) hide show
  1. package/README.md +61 -22
  2. package/dist/cli.js +75679 -4194
  3. package/dist/index.d.ts +1 -1
  4. package/dist/index.js +15035 -66
  5. package/dist/shared/cli-ejryxvb3.js +13 -0
  6. package/dist/shared/library-hsq1a106.js +11 -0
  7. package/dist/shared/{cli-gyqfq9j6.js → library-srhzw8ym.js} +36138 -27615
  8. package/dist/ui/aaa.html +48 -58
  9. package/dist/ui/connected-devices.html +48 -58
  10. package/dist/ui/dashboard.html +48 -58
  11. package/dist/ui/firewall-audit.html +48 -58
  12. package/dist/ui/firewall.html +49 -59
  13. package/dist/ui/interfaces.html +48 -58
  14. package/dist/ui/observability.html +169 -69
  15. package/dist/ui/records.html +49 -59
  16. package/package.json +34 -25
  17. package/prompts/build-tunnel-transactionally.md +13 -10
  18. package/schemas/README.md +1 -1
  19. package/schemas/config.schema.json +79 -0
  20. package/schemas/tool-catalog.json +514 -10
  21. package/schemas/tools/audit_service_contracts.json +7 -0
  22. package/schemas/tools/create_investigation.json +42 -0
  23. package/schemas/tools/create_service_contract.json +53 -0
  24. package/schemas/tools/get_investigation.json +14 -0
  25. package/schemas/tools/inspect_flow_path.json +50 -0
  26. package/schemas/tools/list_client_flow_candidates.json +14 -0
  27. package/schemas/tools/list_investigations.json +7 -0
  28. package/schemas/tools/list_service_contracts.json +7 -0
  29. package/schemas/tools/list_service_probe_targets.json +7 -0
  30. package/schemas/tools/run_service_contract.json +14 -0
  31. package/schemas/tools/service_contract_history.json +14 -0
  32. package/schemas/tools/start_rollout.json +21 -0
  33. package/schemas/tools/trace_round_trip.json +129 -0
  34. package/dist/shared/cli-h41j14aw.js +0 -13
  35. package/dist/shared/library-135yzct0.js +0 -45586
  36. package/dist/shared/library-v52e871r.js +0 -13
package/dist/index.d.ts CHANGED
@@ -421,4 +421,4 @@ declare function getSafeModeManager(deviceName: string): SafeModeManager;
421
421
  declare const allToolModules: ToolModule[];
422
422
  declare const VERSION: string;
423
423
  declare const SERVER_NAME = "mikrotik-mcp";
424
- export { setConfig, resolveDeviceName, registerTools, loadConfig, listDevices, getSafeModeManager, getDevice, getConfig, executeMikrotikCommand, defineTool, createServer, allToolModules, VERSION, ToolModule, ToolContext, SafeModeManager, SERVER_NAME, RegisterableTool, MikrotikConfigSchema, MikrotikConfig, MikroTikSSHClient, DeviceConfigSchema, DeviceConfig };
424
+ export { DeviceConfig, DeviceConfigSchema, MikroTikSSHClient, MikrotikConfig, MikrotikConfigSchema, RegisterableTool, SERVER_NAME, SafeModeManager, ToolContext, ToolModule, VERSION, allToolModules, createServer, defineTool, executeMikrotikCommand, getConfig, getDevice, getSafeModeManager, listDevices, loadConfig, registerTools, resolveDeviceName, setConfig };