@adia-ai/a2ui-mcp 0.6.2 → 0.6.5

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
@@ -1,5 +1,11 @@
1
1
  # Changelog — @adia-ai/a2ui-mcp
2
2
 
3
+ ## [0.6.5] — 2026-05-18
4
+
5
+ ### Changed
6
+ - `tsconfig.json`: include `../node-shims.d.ts`.
7
+ - `server.js`, `tools/synthesis.js`: re-emitted from .ts sources via
8
+ `build:mcp-server` (esbuild, 12ms). `mcp:smoke` now preruns emit.
3
9
  Follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
4
10
 
5
11
  Scope: MCP transport wrapping `@adia-ai/a2ui-compose`. Exposes
@@ -10,6 +16,23 @@ zettel strategies.
10
16
 
11
17
  _No pending changes._
12
18
 
19
+ ## [0.6.4] - 2026-05-18
20
+
21
+ ### v0.6.4 — Lockstep ride-along
22
+
23
+ TS Phase 5: a2ui.schema.json schema-driven codegen (§359). No source changes in this package.
24
+
25
+
26
+
27
+ ## [0.6.3] - 2026-05-18
28
+
29
+ ### v0.6.3 — Lockstep ride-along
30
+
31
+ TS Phase 5: runtime real declarations (§358) + compose branded IDs.
32
+ No source changes in this package. Internal dep ranges stay at `^0.6.0`.
33
+
34
+
35
+
13
36
  ## [0.6.2] - 2026-05-18
14
37
 
15
38
  ### v0.6.2 §357 — TypeScript-first Phase 4: `@adia-ai/a2ui-mcp` sources → `.ts`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/a2ui-mcp",
3
- "version": "0.6.2",
3
+ "version": "0.6.5",
4
4
  "description": "AdiaUI A2UI MCP server. Exposes the compose engine over MCP with an engine selector for monolithic + zettel strategies.",
5
5
  "type": "module",
6
6
  "bin": {