bc-telemetry-buddy-mcp 2.0.2 → 2.0.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 +15 -1
- package/dist/cli.js +57 -57
- package/dist/cli.js.map +4 -4
- package/package.json +3 -3
- 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,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [2.0.4] - 2025-11-19
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- **CLI Version Display**: `bctb-mcp --version` now shows correct package version instead of hardcoded v1.0.0
|
|
15
|
+
- Added build script to auto-generate version.ts from package.json
|
|
16
|
+
- CLI now reads version from generated file that's bundled at build time
|
|
17
|
+
|
|
18
|
+
## [2.0.3] - 2025-11-18
|
|
19
|
+
|
|
20
|
+
### Changed
|
|
21
|
+
|
|
22
|
+
- No MCP backend changes in this release (extension-only fixes for update command and release notes)
|
|
23
|
+
|
|
10
24
|
## [2.0.2] - 2025-11-18
|
|
11
25
|
|
|
12
26
|
### 🚨 BREAKING CHANGES
|
|
@@ -40,7 +54,7 @@ This is the first release of the MCP server as a standalone NPM package, separat
|
|
|
40
54
|
### Migration Notes
|
|
41
55
|
|
|
42
56
|
- See [MIGRATION.md](../../MIGRATION.md) for upgrade guide from bundled v0.2.x
|
|
43
|
-
- Extension
|
|
57
|
+
- Extension v1.0.0+ offers automatic MCP installation and configuration
|
|
44
58
|
- Old environment variable config still supported as fallback
|
|
45
59
|
|
|
46
60
|
## [0.2.22] - 2025-11-01
|