bc-telemetry-buddy-mcp 2.3.2 → 2.3.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 +7 -0
- package/dist/cli.js +52 -52
- package/dist/server.js +44 -44
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [2.3.3] - 2026-01-14
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
- **Config Loading**: Fixed `loadConfigFromFile()` to return null when explicit path doesn't exist (instead of falling back to home directory)
|
|
14
|
+
- **Test Reliability**: Improved test cleanup with retry logic for Windows file locking issues
|
|
15
|
+
- **CI**: All 193 MCP tests now pass reliably
|
|
16
|
+
|
|
10
17
|
## [2.3.2] - 2026-01-14
|
|
11
18
|
|
|
12
19
|
### Changed
|