bc-telemetry-buddy-mcp 2.3.2 → 2.3.4
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 +12 -0
- package/dist/cli.js +52 -52
- package/dist/server.js +45 -45
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [2.3.4] - 2026-02-10
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
- **Telemetry Tracking**: Fixed "Failed to create URL" error in stderr logs. Application Insights SDK was trying to parse query names as URLs in dependency tracking. Now passes actual API endpoint URL to prevent SDK warnings that confused LLM agents.
|
|
14
|
+
|
|
15
|
+
## [2.3.3] - 2026-01-14
|
|
16
|
+
|
|
17
|
+
### Fixed
|
|
18
|
+
- **Config Loading**: Fixed `loadConfigFromFile()` to return null when explicit path doesn't exist (instead of falling back to home directory)
|
|
19
|
+
- **Test Reliability**: Improved test cleanup with retry logic for Windows file locking issues
|
|
20
|
+
- **CI**: All 193 MCP tests now pass reliably
|
|
21
|
+
|
|
10
22
|
## [2.3.2] - 2026-01-14
|
|
11
23
|
|
|
12
24
|
### Changed
|