@absolutejs/mcp 0.21.0 → 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 +6 -0
- package/changelog.json +262 -248
- package/dist/apps.js +19 -5
- package/dist/index.js +19 -5
- package/dist/src/actionWorkflow.d.ts +5 -0
- package/docs/mcp-apps.md +13 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,12 @@ 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
|
+
|
|
9
15
|
## 0.21.0 — 2026-09-13
|
|
10
16
|
|
|
11
17
|
### Added
|
package/changelog.json
CHANGED
|
@@ -1,250 +1,264 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
2
|
+
"contract": 1,
|
|
3
|
+
"name": "@absolutejs/mcp",
|
|
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
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"changes": [
|
|
37
|
+
{
|
|
38
|
+
"kind": "fixed",
|
|
39
|
+
"summary": "Hide approval controls when an action review has no confirmation capability.",
|
|
40
|
+
"symbols": [
|
|
41
|
+
"ActionReview"
|
|
42
|
+
]
|
|
43
|
+
}
|
|
44
|
+
],
|
|
45
|
+
"date": "2026-09-13",
|
|
46
|
+
"version": "0.20.1"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"changes": [
|
|
50
|
+
{
|
|
51
|
+
"kind": "added",
|
|
52
|
+
"summary": "Add exact-version outbound review tools and rich durable job status with read-only recovery."
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"date": "2026-09-13",
|
|
56
|
+
"version": "0.20.0"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"changes": [
|
|
60
|
+
{
|
|
61
|
+
"kind": "added",
|
|
62
|
+
"summary": "Add shared reviewed business selection tools and an MCP App with explicit revision-bound confirmation."
|
|
63
|
+
}
|
|
64
|
+
],
|
|
65
|
+
"date": "2026-09-13",
|
|
66
|
+
"version": "0.19.0"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"changes": [
|
|
70
|
+
{
|
|
71
|
+
"kind": "added",
|
|
72
|
+
"summary": "Add read-only setup and budget-preview tools with shared Apps and text fallbacks"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"date": "2026-09-13",
|
|
76
|
+
"version": "0.18.0"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"changes": [
|
|
80
|
+
{
|
|
81
|
+
"kind": "added",
|
|
82
|
+
"summary": "Document scoped individual Copilot paid-work eligibility and deployment budget requirements"
|
|
83
|
+
}
|
|
84
|
+
],
|
|
85
|
+
"date": "2026-09-12",
|
|
86
|
+
"version": "0.17.9"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"changes": [
|
|
90
|
+
{
|
|
91
|
+
"kind": "fixed",
|
|
92
|
+
"summary": "Correct the VS Code checkout canary after verifying native Windows link consent and document the individual Copilot channel review"
|
|
93
|
+
}
|
|
94
|
+
],
|
|
95
|
+
"date": "2026-09-12",
|
|
96
|
+
"version": "0.17.8"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"changes": [
|
|
100
|
+
{
|
|
101
|
+
"kind": "added",
|
|
102
|
+
"summary": "Ship a synthetic external-checkout host canary with expiring links, explicit approval and purchase-status checks"
|
|
103
|
+
}
|
|
104
|
+
],
|
|
105
|
+
"date": "2026-09-12",
|
|
106
|
+
"version": "0.17.7"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"changes": [
|
|
110
|
+
{
|
|
111
|
+
"kind": "fixed",
|
|
112
|
+
"summary": "Use text and structured report results on affected VS Code builds while their upstream webview startup race remains unresolved"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"kind": "added",
|
|
116
|
+
"summary": "Allow verified patched hosts through the version fallback with optional Apps configuration",
|
|
117
|
+
"symbols": [
|
|
118
|
+
"clientSupportsMcpApps",
|
|
119
|
+
"McpAppsConfig"
|
|
120
|
+
]
|
|
121
|
+
}
|
|
122
|
+
],
|
|
123
|
+
"date": "2026-09-11",
|
|
124
|
+
"version": "0.17.6"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"changes": [
|
|
128
|
+
{
|
|
129
|
+
"kind": "added",
|
|
130
|
+
"summary": "Distribute a verified VS Code webview startup-race source patch and actual-method regression checker, with explicit upstream delivery requirements"
|
|
131
|
+
}
|
|
132
|
+
],
|
|
133
|
+
"date": "2026-09-11",
|
|
134
|
+
"version": "0.17.5"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"changes": [
|
|
138
|
+
{
|
|
139
|
+
"kind": "added",
|
|
140
|
+
"summary": "Ship an authenticated two-account staging canary for read isolation, credential rejection and session reconnect with private credentials and aggregate-only results"
|
|
141
|
+
}
|
|
142
|
+
],
|
|
143
|
+
"date": "2026-09-11",
|
|
144
|
+
"version": "0.17.4"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"changes": [
|
|
148
|
+
{
|
|
149
|
+
"kind": "fixed",
|
|
150
|
+
"summary": "Authorize session deletion, recover explicit client initialization after expiry, and preserve typed HTTP failures without replaying tools"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"kind": "fixed",
|
|
154
|
+
"summary": "Accept the standard protocol-header compatibility fallback used by VS Code Copilot and record native report rendering evidence"
|
|
155
|
+
}
|
|
156
|
+
],
|
|
157
|
+
"date": "2026-09-11",
|
|
158
|
+
"version": "0.17.3"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"changes": [
|
|
162
|
+
{
|
|
163
|
+
"kind": "added",
|
|
164
|
+
"summary": "Record verified Claude web rendering, refresh, pagination and narrow-viewport host canary evidence"
|
|
165
|
+
}
|
|
166
|
+
],
|
|
167
|
+
"date": "2026-09-11",
|
|
168
|
+
"version": "0.17.2"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"changes": [
|
|
172
|
+
{
|
|
173
|
+
"kind": "added",
|
|
174
|
+
"summary": "Ship a preflight-validated synthetic host canary and record Claude Code and Codex terminal interoperability evidence"
|
|
175
|
+
}
|
|
176
|
+
],
|
|
177
|
+
"date": "2026-09-11",
|
|
178
|
+
"version": "0.17.1"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"changes": [
|
|
182
|
+
{
|
|
183
|
+
"kind": "added",
|
|
184
|
+
"summary": "Negotiate MCP Apps with persisted capabilities, guarded offline UI resources and reusable SDK-backed billing views"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"kind": "added",
|
|
188
|
+
"summary": "Preserve remote UI metadata in the client and expose immutable PostgreSQL migration entries"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"kind": "changed",
|
|
192
|
+
"summary": "Extend McpClientOptions, McpRemoteTool, createSessionRegistry, McpSessionStore, McpServerConfig, McpTool and McpToolResult with optional Apps capability and metadata fields; existing text-only callers remain supported",
|
|
193
|
+
"symbols": [
|
|
194
|
+
"McpClientOptions",
|
|
195
|
+
"McpRemoteTool",
|
|
196
|
+
"createSessionRegistry",
|
|
197
|
+
"McpSessionStore",
|
|
198
|
+
"McpServerConfig",
|
|
199
|
+
"McpTool",
|
|
200
|
+
"McpToolResult"
|
|
201
|
+
]
|
|
202
|
+
}
|
|
203
|
+
],
|
|
204
|
+
"date": "2026-09-11",
|
|
205
|
+
"version": "0.17.0"
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"changes": [
|
|
209
|
+
{
|
|
210
|
+
"kind": "added",
|
|
211
|
+
"summary": "Add account-bound billing status, paginated receipts, bounded usage and reviewed billing-management links"
|
|
212
|
+
}
|
|
213
|
+
],
|
|
214
|
+
"date": "2026-09-11",
|
|
215
|
+
"version": "0.16.0"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"changes": [
|
|
219
|
+
{
|
|
220
|
+
"kind": "fixed",
|
|
221
|
+
"summary": "Build and test before publishing so checkout exports are present in the distributed artifact"
|
|
222
|
+
}
|
|
223
|
+
],
|
|
224
|
+
"date": "2026-09-11",
|
|
225
|
+
"version": "0.15.1"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"changes": [
|
|
229
|
+
{
|
|
230
|
+
"kind": "added",
|
|
231
|
+
"summary": "Add commerce-classified account-bound checkout handoff and purchase status tools"
|
|
232
|
+
}
|
|
233
|
+
],
|
|
234
|
+
"date": "2026-09-11",
|
|
235
|
+
"version": "0.15.0"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"changes": [
|
|
239
|
+
{
|
|
240
|
+
"kind": "added",
|
|
241
|
+
"summary": "Add explicit credit-budget envelopes for durable prepaid MCP work"
|
|
242
|
+
}
|
|
243
|
+
],
|
|
244
|
+
"date": "2026-09-11",
|
|
245
|
+
"version": "0.14.0"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"changes": [
|
|
249
|
+
{
|
|
250
|
+
"kind": "added",
|
|
251
|
+
"summary": "Add reviewed host commerce eligibility, execution guards, and reusable credit status tools",
|
|
252
|
+
"symbols": [
|
|
253
|
+
"McpServerConfig",
|
|
254
|
+
"McpTool",
|
|
255
|
+
"evaluateCommerce",
|
|
256
|
+
"createCreditBalanceTool"
|
|
257
|
+
]
|
|
258
|
+
}
|
|
259
|
+
],
|
|
260
|
+
"date": "2026-09-11",
|
|
261
|
+
"version": "0.13.0"
|
|
262
|
+
}
|
|
263
|
+
]
|
|
250
264
|
}
|