bc-telemetry-buddy-mcp 2.0.3 → 2.0.5
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 +16 -1
- package/dist/cli.js +57 -57
- package/dist/cli.js.map +4 -4
- package/package.json +3 -2
- package/scripts/generate-version.js +21 -0
- package/src/cli.ts +2 -1
- package/src/version.ts +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [2.0.5] - 2025-11-19
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- **Build Process**: Added pretest script to generate version.ts before running tests
|
|
15
|
+
- **CI Pipeline**: Fixed test compilation errors in CI environment
|
|
16
|
+
|
|
17
|
+
## [2.0.4] - 2025-11-19
|
|
18
|
+
|
|
19
|
+
### Fixed
|
|
20
|
+
|
|
21
|
+
- **CLI Version Display**: `bctb-mcp --version` now shows correct package version instead of hardcoded v1.0.0
|
|
22
|
+
- Added build script to auto-generate version.ts from package.json
|
|
23
|
+
- CLI now reads version from generated file that's bundled at build time
|
|
24
|
+
|
|
10
25
|
## [2.0.3] - 2025-11-18
|
|
11
26
|
|
|
12
27
|
### Changed
|
|
@@ -46,7 +61,7 @@ This is the first release of the MCP server as a standalone NPM package, separat
|
|
|
46
61
|
### Migration Notes
|
|
47
62
|
|
|
48
63
|
- See [MIGRATION.md](../../MIGRATION.md) for upgrade guide from bundled v0.2.x
|
|
49
|
-
- Extension
|
|
64
|
+
- Extension v1.0.0+ offers automatic MCP installation and configuration
|
|
50
65
|
- Old environment variable config still supported as fallback
|
|
51
66
|
|
|
52
67
|
## [0.2.22] - 2025-11-01
|