You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)