@mcp-native/a2ui 0.9.0 → 0.9.1
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/README.md +4 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -12,7 +12,10 @@
|
|
|
12
12
|
|
|
13
13
|
</div>
|
|
14
14
|
|
|
15
|
-
> **
|
|
15
|
+
> **Pre-1.0 protocol profile:** this package implements the documented feature-scoped A2UI v1.0
|
|
16
|
+
> Candidate profile and retains a deprecated custom `0.1` proof surface only for migration. The
|
|
17
|
+
> project-owned A2UI-over-MCP binding remains experimental, `0.1` is not an A2UI protocol version,
|
|
18
|
+
> and the implemented profile is not an unqualified A2UI compatibility claim.
|
|
16
19
|
|
|
17
20
|
`@mcp-native/a2ui` resolves explicitly typed resource links and parses untrusted JSON or JavaScript values into a validated, typed surface before a host renders anything. Unknown or ambiguous resources fail with `A2uiResourceError`; unknown versions, node types, action types, non-plain objects, oversized trees, and invalid JSON values fail with `A2uiParseError`. Surfaces are capped at `A2UI_MAX_DEPTH` (32) and `A2UI_MAX_NODES` (256).
|
|
18
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mcp-native/a2ui",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"description": "A2UI parsing and bindings for MCP Native.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"a2ui",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@mcp-native/core": "^0.9.
|
|
45
|
+
"@mcp-native/core": "^0.9.1",
|
|
46
46
|
"ajv": "^8.20.0",
|
|
47
47
|
"ajv-formats": "^3.0.1"
|
|
48
48
|
}
|