Releases: WYRE-AI/superops-mcp
Releases · WYRE-AI/superops-mcp
Release list
v2.0.1
v2.0.0
2.0.0 (2026-09-05)
BREAKING CHANGES
- list tools take
page/pageSizeinstead ofmax/cursor, and
return listInfo { page, pageSize, totalCount, hasMore } instead of { totalCount,
hasNextPage, endCursor }.hasMoreis tri-state — true or null, never false —
so loop onhasMore === trueor page offtotalCount. superops_tickets_log_time
takesqty/billDateTimeinstead ofduration/workType;
superops_tickets_create takessourceplus id-based
requesterId/techGroupId/siteId; superops_tickets_update takes
technicianIdandresolutionCode; superops_technicians_list drops
activeOnly/teamId. Filter values changed to the sets the API actually
accepts: client stage is Active/Inactive/Prospect (was
Lead/Prospect/Customer/Churned), and ticket status no longer offers "In Progress"
or "Pending", neither of which exists. Use superops_custom_query for filter
semantics the standard tools do not express.
v1.6.7
v1.6.6
v1.6.5
v1.6.4
1.6.4 (2026-08-13)
Bug Fixes
- security: enforce gateway S2S verification (gateway#377 parity) (#53) (8d7e268), closes 55/liongard-mcp#60
v1.6.3
v1.6.2
1.6.2 (2026-08-07)
Bug Fixes
- ci: bump mcp-assert reusable-workflow pin to pick up the 403 fix (#55) (12a0c23), closes liongard-mcp#62
v1.6.1
1.6.1 (2026-07-25)
Bug Fixes
- security: eliminate cross-tenant server-ref misroute in elicitation (#50) (8b6946a), closes halopsa-mcp#65