@debugg-ai/debugg-ai-mcp 1.0.66 → 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.
- package/CHANGELOG.md +6 -5
- 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
|
-
## [
|
|
17
|
+
## [2.0.0] - 2026-04-23
|
|
18
18
|
|
|
19
|
-
>
|
|
20
|
-
>
|
|
21
|
-
>
|
|
22
|
-
>
|
|
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
|
|