bc-telemetry-buddy-mcp 3.0.0 → 3.0.2

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,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [3.0.2] - 2026-02-26
11
+
12
+ ### Fixed
13
+ - **Profile switching in stdio mode**: `detectInitialProfile()`, `switchProfile()`, and `listProfiles()` in `ToolHandlers` (used by Claude Desktop / Claude Code) now respect `configFilePath` instead of hardcoding workspace path discovery — fixing `profileMode: "single"` being returned and profile switching failing when using `--config` with a custom path (PR #99 by @StefanMaron)
14
+
15
+ ## [3.0.1] - 2026-02-24
16
+
17
+ ### Fixed
18
+ - **Config file path for profile operations**: `switchProfile()`, `listProfiles()`, and `detectInitialProfile()` now use the stored `configFilePath` instead of hardcoding `path.join(workspacePath, '.bctb-config.json')`, fixing failures when config is loaded via `--config` or from the home directory (PR #96 by @StefanMaron, plus follow-up fix for `detectInitialProfile`)
19
+
20
+ ### Added
21
+ - **Version display on startup**: MCP server now logs its version number on startup for easier diagnostics
22
+ - **8 new tests**: configFilePath fix coverage for `detectInitialProfile`, `switchProfile`, and `listProfiles` with external config paths
23
+
10
24
  ## [3.0.0] - 2026-02-19
11
25
 
12
26
  ### Added