@adia-ai/a2ui-mcp 0.0.3 → 0.0.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -11,6 +11,19 @@ zettel strategies.
11
11
 
12
12
  ---
13
13
 
14
+ ## [0.0.4] - 2026-04-28
15
+
16
+ Dependency-only bump to pull `@adia-ai/a2ui-corpus@^0.0.5` (one fewer
17
+ chunk + re-embedded vectors). No code changes in this package; existing
18
+ consumers using `compose_from_chunks` get a tiny retrieval-quality lift
19
+ from the refreshed embedding index.
20
+
21
+ ### Dependencies
22
+
23
+ - Bumps `@adia-ai/a2ui-corpus` requirement from `^0.0.4` to `^0.0.5`.
24
+
25
+ ---
26
+
14
27
  ## [0.0.3] - 2026-04-28
15
28
 
16
29
  Same-day follow-up to `0.0.2` shipped earlier today. Wires the corpus
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/a2ui-mcp",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
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": {
@@ -29,7 +29,7 @@
29
29
  "@adia-ai/a2ui-compose": "^0.0.1",
30
30
  "@adia-ai/a2ui-retrieval": "^0.0.1",
31
31
  "@adia-ai/a2ui-validator": "^0.0.1",
32
- "@adia-ai/a2ui-corpus": "^0.0.4",
32
+ "@adia-ai/a2ui-corpus": "^0.0.5",
33
33
  "zod": "^3.24.0"
34
34
  }
35
35
  }