bc-telemetry-buddy-mcp 3.2.2 → 3.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [3.2.3] - 2026-03-05
11
+
12
+ ### Fixed
13
+ - **Agent JSON ellipsis repair**: `tryParseJSON` now replaces literal `[...]`, `{...}`, and `: ...` placeholders that LLMs produce under timeout stress before attempting `JSON.parse`. Previously these caused a pipeline-breaking `Unexpected token '.'` error and lost the agent's full analysis output. The placeholders are replaced with `[]`, `{}`, and `null` respectively, allowing the rest of the output (summary, findings, assessment) to be recovered normally.
14
+
10
15
  ## [3.2.2] - 2026-03-04
11
16
 
12
17
  ### Fixed