Skip to content

Releases: zentered-studios/mcpsignals

v2.0.3

Choose a tag to compare

@github-actions github-actions released this 06 Sep 23:56
bda897c

2.0.3 (2026-09-06)

Bug Fixes

  • node: correct getClientVersion accessor path in README (e77aa19)

v2.0.2

Choose a tag to compare

@github-actions github-actions released this 03 Sep 16:51
605cff1

2.0.2 (2026-09-03)

Bug Fixes

  • node: stop boundedString from splitting a surrogate pair at the truncation cap (eaa15db), closes #13

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 03 Sep 15:53
ee2758c

2.0.1 (2026-09-03)

Bug Fixes

  • bound caller-supplied session_id, agent_id and intent (0ebfa23), closes #12

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 28 Aug 01:02
0156317

2.0.0 (2026-08-28)

⚠ BREAKING CHANGES

  • node: instrument() returns { server, flush } instead of the
    McpServer instance. Callers doing const server = instrument(new McpServer(...), opts) must switch to const { server } = instrument(...); callers that discard the return value (the pattern
    used everywhere in this repo's README and examples) are unaffected.

Features

  • node: return a flush handle from instrument() for request-scoped runtimes (9c6c508), closes #8

Bug Fixes

  • examples: correct broken Cloudflare Workers doc sample and Express listener leak (abe0e49)
  • node: make flush() await an in-flight size-triggered auto-flush (f60e892)

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 24 Aug 22:32
72a4347

1.0.3 (2026-08-24)

Bug Fixes

  • ci: resolve npm publish tarball as local path, not git shorthand (4a05fc5)

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 24 Aug 22:22
1515860

1.0.2 (2026-08-24)

Bug Fixes

  • python: use ToolError for the anticipated-failure test case (a4daa4b)

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 24 Aug 15:20
73f41a0

1.0.1 (2026-08-24)

Bug Fixes

  • python: keep Python 3.10 support by avoiding datetime.UTC (1318828)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 24 Aug 01:15
8cd56f2

1.0.0 (2026-08-24)

Features