@mcp-native/webview 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 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -12,9 +12,10 @@
|
|
|
12
12
|
|
|
13
13
|
</div>
|
|
14
14
|
|
|
15
|
-
> **
|
|
16
|
-
> host-adapter profile.
|
|
17
|
-
>
|
|
15
|
+
> **Pre-1.0 host adapter:** this package implements the documented stable MCP Apps `2026-01-26`
|
|
16
|
+
> native host-adapter profile. Its public API remains release-candidate until the `1.0.0` review
|
|
17
|
+
> gates complete. A shipping host must map the closed descriptor into its audited platform WebView
|
|
18
|
+
> and lifecycle; native isolation is not equivalent to a browser's cross-origin iframe.
|
|
18
19
|
|
|
19
20
|
`@mcp-native/webview` handles the compatibility path for MCP resources that contain HTML. The stable
|
|
20
21
|
path negotiates `io.modelcontextprotocol/ui`, discovers strict `_meta.ui` tool metadata, reads one
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mcp-native/webview",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"description": "Policy-gated WebView fallback primitives for MCP Native.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mcp",
|
|
@@ -37,6 +37,6 @@
|
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@mcp-native/core": "^0.9.
|
|
40
|
+
"@mcp-native/core": "^0.9.1"
|
|
41
41
|
}
|
|
42
42
|
}
|