@adia-ai/a2ui-mcp 0.4.8 → 0.5.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 +8 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -11,6 +11,14 @@ zettel strategies.
|
|
|
11
11
|
|
|
12
12
|
_No pending changes._
|
|
13
13
|
|
|
14
|
+
## [0.5.0] - 2026-05-13
|
|
15
|
+
|
|
16
|
+
_Lockstep ride-along (no source change)._
|
|
17
|
+
|
|
18
|
+
## [0.4.9] - 2026-05-13
|
|
19
|
+
|
|
20
|
+
_No pending changes._
|
|
21
|
+
|
|
14
22
|
## [0.4.8] - 2026-05-12
|
|
15
23
|
|
|
16
24
|
### Changed — eval threshold rebaseline + smoke-script alignment (§87, v0.4.8)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/a2ui-mcp",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
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": {
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
29
|
-
"@adia-ai/a2ui-compose": "^0.
|
|
30
|
-
"@adia-ai/a2ui-retrieval": "^0.
|
|
31
|
-
"@adia-ai/a2ui-validator": "^0.
|
|
32
|
-
"@adia-ai/a2ui-corpus": "^0.
|
|
33
|
-
"@adia-ai/llm": "^0.
|
|
29
|
+
"@adia-ai/a2ui-compose": "^0.5.0",
|
|
30
|
+
"@adia-ai/a2ui-retrieval": "^0.5.0",
|
|
31
|
+
"@adia-ai/a2ui-validator": "^0.5.0",
|
|
32
|
+
"@adia-ai/a2ui-corpus": "^0.5.0",
|
|
33
|
+
"@adia-ai/llm": "^0.5.0",
|
|
34
34
|
"zod": "^3.24.0"
|
|
35
35
|
}
|
|
36
36
|
}
|