@absolutejs/mcp 0.18.0 → 0.20.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
@@ -6,6 +6,18 @@ This file is generated by `absolute-changelog` from the entries in
6
6
  `changelog/`. Edit an entry, not this file — and add new ones under
7
7
  `changelog/unreleased/`.
8
8
 
9
+ ## 0.20.0 — 2026-09-13
10
+
11
+ ### Added
12
+
13
+ - **Add exact-version outbound review tools and rich durable job status with read-only recovery.**
14
+
15
+ ## 0.19.0 — 2026-09-13
16
+
17
+ ### Added
18
+
19
+ - **Add shared reviewed business selection tools and an MCP App with explicit revision-bound confirmation.**
20
+
9
21
  ## 0.18.0 — 2026-09-13
10
22
 
11
23
  ### Added
package/changelog.json CHANGED
@@ -2,6 +2,26 @@
2
2
  "contract": 1,
3
3
  "name": "@absolutejs/mcp",
4
4
  "releases": [
5
+ {
6
+ "changes": [
7
+ {
8
+ "kind": "added",
9
+ "summary": "Add exact-version outbound review tools and rich durable job status with read-only recovery."
10
+ }
11
+ ],
12
+ "date": "2026-09-13",
13
+ "version": "0.20.0"
14
+ },
15
+ {
16
+ "changes": [
17
+ {
18
+ "kind": "added",
19
+ "summary": "Add shared reviewed business selection tools and an MCP App with explicit revision-bound confirmation."
20
+ }
21
+ ],
22
+ "date": "2026-09-13",
23
+ "version": "0.19.0"
24
+ },
5
25
  {
6
26
  "changes": [
7
27
  {