@adia-ai/a2ui-mcp 0.6.4 → 0.6.6

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,15 @@
1
1
  # Changelog — @adia-ai/a2ui-mcp
2
2
 
3
+ ## [0.6.6] — 2026-05-18
4
+
5
+ ### Changed
6
+ - Lockstep version bump for §304 `<field-ui align>` prop.
7
+ ## [0.6.5] — 2026-05-18
8
+
9
+ ### Changed
10
+ - `tsconfig.json`: include `../node-shims.d.ts`.
11
+ - `server.js`, `tools/synthesis.js`: re-emitted from .ts sources via
12
+ `build:mcp-server` (esbuild, 12ms). `mcp:smoke` now preruns emit.
3
13
  Follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
4
14
 
5
15
  Scope: MCP transport wrapping `@adia-ai/a2ui-compose`. Exposes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/a2ui-mcp",
3
- "version": "0.6.4",
3
+ "version": "0.6.6",
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": {