@debugg-ai/debugg-ai-mcp 1.0.67 → 2.0.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -5
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -14,12 +14,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
  - 4xx auth/quota errors (401/403/404) fail fast without retry to avoid loops against a bad API key.
15
15
  - New posthog telemetry event `tunnel.provision_retry` fires per retry attempt with outcome, status, and diagnostic fields so flaky provision rates become measurable.
16
16
 
17
- ## [1.0.64] - 2026-04-23
17
+ ## [2.0.0] - 2026-04-23
18
18
 
19
- > **⚠️ Semver violation this is functionally a major release shipped as a patch.**
20
- > The surface collapse below removes 14 tools. Callers pinned to `^1.0.63` will silently
21
- > receive a breaking API on their next install. A republish as `2.0.0` (or a `2.0.0`
22
- > bump with `1.0.64` deprecated) is recommended to restore semver discipline.
19
+ > **Republish note:** Versions `1.0.64`, `1.0.65`, and `1.0.66` shipped with this
20
+ > same breaking surface but were incorrectly versioned as patches (CI auto-bumped
21
+ > patch regardless of commit type). All three are now deprecated on npm; consumers
22
+ > should upgrade to `^2.0.0`. The underlying code in `2.0.0` is functionally
23
+ > identical to `1.0.66`.
23
24
 
24
25
  This is a **breaking release**. The MCP surface collapsed from 22 tools to 11 through a uniform `search_*` pattern plus credential-management consolidation into the environment tools. The full old→new mapping is below.
25
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@debugg-ai/debugg-ai-mcp",
3
- "version": "1.0.67",
3
+ "version": "2.0.1",
4
4
  "description": "Zero-Config, Fully AI-Managed End-to-End Testing for all code gen platforms.",
5
5
  "type": "module",
6
6
  "bin": {