bc-telemetry-buddy-mcp 3.3.14 → 3.4.0

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,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [3.4.0] - 2026-06-01
11
+
12
+ _Highest blast-radius rating across all plans landed in this release: `low-risk`._
13
+
14
+ ### Added
15
+ - **Client-agnostic connection setup workflow**: a guided "set up a connection to my BC telemetry" flow that works from any MCP client (Claude Code, GitHub Copilot agent mode, Cursor) without the VS Code extension. Delivered as both an MCP prompt (`setup-connection`) and an MCP tool (`get_setup_guide`) — both return the same workflow (authenticate → discover Application Insights endpoints → pick endpoint → choose workspace folder, multi-root aware → write `.bctb-config.json` → reload). The server serves these even when unconfigured, so the workflow is always reachable. Single source of truth in `setupInstructions.ts`; also mirrored in [docs/setup/connection-setup.md](../../docs/setup/connection-setup.md). See [docs/plans/done/guided-config-setup.md](../../docs/plans/done/guided-config-setup.md).
16
+ - **Setup helper CLIs** (shipped via `bin`): `bctb-setup-endpoints` enumerates Application Insights resources (`name`, `appId`, …) across subscriptions via Azure CLI, with a manual App-ID fallback when `az` is unavailable; `bctb-setup-write-config` writes or safely merges a connection profile into `.bctb-config.json` (single-profile or named profile, preserving existing profiles and `defaultProfile`). Underlying logic lives in `src/setup/` and is unit-tested; the CLIs are thin esbuild-bundled wrappers.
17
+ - **`SERVER_INSTRUCTIONS` pointer**: unconfigured agents are now directed to the `setup-connection` prompt / `get_setup_guide` tool instead of attempting to query.
18
+
10
19
  ## [3.3.14] - 2026-05-08
11
20
 
12
21
  _Highest blast-radius rating across all plans landed in this release: `safe`._