@absolutejs/mcp 0.20.1 → 0.22.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 +12 -0
- package/changelog.json +30 -0
- package/dist/apps.js +69 -9
- package/dist/index.js +69 -9
- package/dist/src/actionWorkflow.d.ts +15 -1
- package/docs/mcp-apps.md +28 -0
- package/package.json +1 -1
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.22.0 — 2026-09-13
|
|
10
|
+
|
|
11
|
+
### Added
|
|
12
|
+
|
|
13
|
+
- **Display complete action-specific review terms and respect per-action approval availability** (`ActionReview`, `createActionWorkflowTools`)
|
|
14
|
+
|
|
15
|
+
## 0.21.0 — 2026-09-13
|
|
16
|
+
|
|
17
|
+
### Added
|
|
18
|
+
|
|
19
|
+
- **Bind explicit prepaid budgets to action review and confirmation and display durable credit usage** (`ActionReview`, `ActionConfirmation`, `ActionJob`, `createActionWorkflowTools`)
|
|
20
|
+
|
|
9
21
|
## 0.20.1 — 2026-09-13
|
|
10
22
|
|
|
11
23
|
### Fixed
|
package/changelog.json
CHANGED
|
@@ -2,6 +2,36 @@
|
|
|
2
2
|
"contract": 1,
|
|
3
3
|
"name": "@absolutejs/mcp",
|
|
4
4
|
"releases": [
|
|
5
|
+
{
|
|
6
|
+
"changes": [
|
|
7
|
+
{
|
|
8
|
+
"kind": "added",
|
|
9
|
+
"summary": "Display complete action-specific review terms and respect per-action approval availability",
|
|
10
|
+
"symbols": [
|
|
11
|
+
"ActionReview",
|
|
12
|
+
"createActionWorkflowTools"
|
|
13
|
+
]
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"date": "2026-09-13",
|
|
17
|
+
"version": "0.22.0"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"changes": [
|
|
21
|
+
{
|
|
22
|
+
"kind": "added",
|
|
23
|
+
"summary": "Bind explicit prepaid budgets to action review and confirmation and display durable credit usage",
|
|
24
|
+
"symbols": [
|
|
25
|
+
"ActionReview",
|
|
26
|
+
"ActionConfirmation",
|
|
27
|
+
"ActionJob",
|
|
28
|
+
"createActionWorkflowTools"
|
|
29
|
+
]
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"date": "2026-09-13",
|
|
33
|
+
"version": "0.21.0"
|
|
34
|
+
},
|
|
5
35
|
{
|
|
6
36
|
"changes": [
|
|
7
37
|
{
|