UniFi API Server 0.16.0 exposes event filter arguments in its action catalog and enforces the corrected firewall update contract.
- The
unifi_list_eventsaction schema accepts optionalcategoriesandseverities, matching Network MCP. These filters apply to v2 controllers; legacy controllers ignore them. #638 - Firewall-policy updates reject
indexthrough the shared Core validation boundary before controller calls. Action discovery explains that ordering usesunifi_reorder_firewall_policies. #640 - Require Core 0.4.44 to guarantee the updated validation and uncapped client lookup behavior in installed deployments. #659
Install: pip install unifi-api-server==0.16.0
Thanks to Tyler Mowbrey (@tmowbrey) for these improvements.