Skip to content

v1.6.1

Choose a tag to compare

@github-actions github-actions released this 11 Jul 12:10
a73b32f

Fixed

  • get_log's sinceMinutes filter now recognises RouterOS full-date timestamps (YYYY-MM-DD HH:MM:SS), which routers use for entries older than the current day. Previously these timestamps were unparseable and kept regardless of the time window, so sinceMinutes appeared to have no effect on logs spanning multiple days (#45)
  • get_log's sinceMinutes window is now measured against the router's own clock instead of the MikroMCP host clock. When the host and router were in different timezones, the window was offset by the difference; the tool now reads system/clock (only when sinceMinutes is set) and falls back to the host clock if it is unavailable
  • All 44 list_* tools now serialize their rows into the human-readable content field (one compact key=value line per record) instead of returning only a summary count. Clients that render only content (not structuredContent) previously saw no itemized data — e.g. list_firewall_rules returned "Full records in structuredContent." with no rows. structuredContent still carries the full untruncated records (#46)