@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.
Files changed (2) hide show
  1. package/README.md +4 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -12,9 +12,10 @@
12
12
 
13
13
  </div>
14
14
 
15
- > **Experimental:** this package implements the documented stable MCP Apps `2026-01-26` native
16
- > host-adapter profile. A shipping host must map the closed descriptor into its audited platform
17
- > WebView and lifecycle; native isolation is not equivalent to a browser's cross-origin iframe.
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.0",
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.0"
40
+ "@mcp-native/core": "^0.9.1"
41
41
  }
42
42
  }