Skip to content

Releases: WYRE-AI/superops-mcp

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 05 Sep 21:31
f60d58c

2.0.1 (2026-09-05)

Bug Fixes

  • ci: remove duplicate semantic-release job from ci.yml (#70) (f60d58c)

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 05 Sep 19:37
f6db01e

2.0.0 (2026-09-05)

  • fix!: rewrite every GraphQL operation against the real SuperOps schema (#68) (f6db01e)

BREAKING CHANGES

  • list tools take page/pageSize instead of max/cursor, and
    return listInfo { page, pageSize, totalCount, hasMore } instead of { totalCount,
    hasNextPage, endCursor }. hasMore is tri-state — true or null, never false —
    so loop on hasMore === true or page off totalCount. superops_tickets_log_time
    takes qty/billDateTime instead of duration/workType;
    superops_tickets_create takes source plus id-based
    requesterId/techGroupId/siteId; superops_tickets_update takes
    technicianId and resolutionCode; 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.

https://claude.ai/code/session_01ANGnyM1dxq5vaPVvZzgmDw

v1.6.7

Choose a tag to compare

@github-actions github-actions released this 25 Aug 20:51
99002e1

1.6.7 (2026-08-25)

Bug Fixes

  • migrate to WYRE-AI org (npm scope, ghcr namespace, registry) (#62) (99002e1)

v1.6.6

Choose a tag to compare

@github-actions github-actions released this 20 Aug 14:37
d3f900c

1.6.6 (2026-08-20)

Bug Fixes

v1.6.5

Choose a tag to compare

@github-actions github-actions released this 13 Aug 20:12
e751c20

1.6.5 (2026-08-13)

Bug Fixes

  • ci: bump add-to-project reusable-workflow pin to post-#44 SHA (#59) (e751c20)

v1.6.4

Choose a tag to compare

@github-actions github-actions released this 13 Aug 00:27
8d7e268

1.6.4 (2026-08-13)

Bug Fixes

v1.6.3

Choose a tag to compare

@github-actions github-actions released this 07 Aug 01:53
07b51e6

1.6.3 (2026-08-07)

Bug Fixes

  • align sessionIdGenerator to undefined for Node-HTTP transport consistency (#54) (07b51e6)

v1.6.2

Choose a tag to compare

@github-actions github-actions released this 07 Aug 01:52
12a0c23

1.6.2 (2026-08-07)

Bug Fixes

v1.6.1

Choose a tag to compare

@github-actions github-actions released this 25 Jul 00:09
8b6946a

1.6.1 (2026-07-25)

Bug Fixes

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 23:18
bfff3b9

1.6.0 (2026-07-17)

Features

  • interactive ticket card via MCP Apps (SEP-1865) (#46) (bfff3b9)