Skip to content

Releases: WYRE-AI/avanan-mcp

v2.2.3

Choose a tag to compare

@github-actions github-actions released this 25 Aug 20:54
901f436

2.2.3 (2026-08-25)

Bug Fixes

  • migrate to WYRE-AI org (npm scope, ghcr namespace, registry) (#55) (901f436)

v2.2.2

Choose a tag to compare

@github-actions github-actions released this 13 Aug 00:25
6468488

2.2.2 (2026-08-13)

Bug Fixes

v2.2.1

Choose a tag to compare

@github-actions github-actions released this 24 Jul 22:53
6cc747b

2.2.1 (2026-07-24)

Bug Fixes

  • security: isolate derived OAuth token cache per tenant to close cross-tenant leak (#48) (6cc747b)

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 23:19
552161f

2.2.0 (2026-07-17)

Features

  • interactive security event card via MCP Apps (SEP-1865) (#45) (552161f)

v2.1.1

Choose a tag to compare

@github-actions github-actions released this 14 May 01:44
fa6a286

2.1.1 (2026-05-14)

Bug Fixes

  • decouple /health from upstream credential availability (#8) (8364da1)

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 29 Apr 14:29
4ac88ba

2.1.0 (2026-04-29)

Features

  • publish to MCP Registry on release (#4) (4ac88ba)

v2.0.2

Choose a tag to compare

@github-actions github-actions released this 13 Apr 16:34

2.0.2 (2026-04-13)

Bug Fixes

  • security: isolate per-request credentials in gateway mode (2bc7076)

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 12 Apr 14:27

2.0.1 (2026-04-12)

Bug Fixes

  • ci: use GHCR_PAT for Docker login instead of GITHUB_TOKEN (512c779)

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 12 Apr 14:18

2.0.0 (2026-04-12)

  • feat!: rewrite against HEC Smart API v1.50 with region auto-detection (8019ae5)

Bug Fixes

  • align client with official Checkpoint sample - scopes are farm:customer pairs (b8eed0d)
  • auto-probe all regions when JWT region has no valid scopes (d145ee7)
  • inject scopes into requestData per HEC Smart API spec, clear error for empty scopes (aeab5b4)

Features

  • rewrite against HEC Smart API v1.50 (b37e89b)

BREAKING CHANGES

  • Complete API surface change. Replaces legacy Avanan
    decision-tree tools with HEC Smart API v1.50 flat tool set.

New tools: hec_query_events, hec_get_event, hec_search_emails, hec_get_email,
hec_quarantine_events, hec_restore_events, hec_quarantine_emails,
hec_restore_emails, hec_get_task_status, hec_list_exceptions,
hec_add_exception, hec_update_exception, hec_delete_exception.

  • Auth: POST /auth/external with clientId + accessKey
  • Scopes: farm:customer pairs from /v1.0/scopes; injected into requestData
  • Region: auto-detected from JWT; probes all regions if JWT claim is wrong
  • Fixes 422/500 errors from wrong endpoint paths and scope field location
  • Adds CHECKPOINT_REGION env var for explicit region override
  • Adds .env.example with full variable documentation
  • Fix: vitest --passWithNoTests to unblock CI when no test files exist

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 07 Apr 19:50

1.0.0 (2026-04-07)

Bug Fixes

  • align package name to avanan-mcp convention (a997b3b)

Features

  • initial scaffold with lazy loading meta-tools support (eda4480)