mcp-native 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 +18 -9
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# mcp-native
|
|
4
4
|
|
|
5
|
-
### One entry point for the MCP Native
|
|
5
|
+
### One entry point for the MCP Native React Native host runtime
|
|
6
6
|
|
|
7
7
|
[](https://www.npmjs.com/package/mcp-native)
|
|
8
8
|
[](https://www.npmjs.com/package/mcp-native)
|
|
@@ -13,9 +13,17 @@
|
|
|
13
13
|
|
|
14
14
|
</div>
|
|
15
15
|
|
|
16
|
-
> **
|
|
16
|
+
> **Pre-1.0 release candidate:** MCP Native `0.9.x` is feature-complete for the documented React
|
|
17
|
+
> Native host scope, and the proposed `1.0.0` API is frozen. The stable compatibility guarantee
|
|
18
|
+
> begins after the remaining independent review and release gates are complete. Shipping hosts must
|
|
19
|
+
> still audit their policies, component mappings, permissions, WebView integration, and platform
|
|
20
|
+
> behavior.
|
|
17
21
|
|
|
18
|
-
> **Compatibility:** the
|
|
22
|
+
> **Compatibility:** the documented tool/resource and authorization boundary preserves MCP
|
|
23
|
+
> `2026-07-28` fields and passes its pinned conformance coverage. The package exposes the
|
|
24
|
+
> feature-scoped A2UI v1.0 Candidate profile and retains custom `0.1` APIs only as deprecated
|
|
25
|
+
> migration support; this is not an unqualified A2UI renderer claim. It also re-exports the
|
|
26
|
+
> documented stable MCP Apps `2026-01-26` native host-adapter profile. See the [A2UI profile](https://github.com/pablospaniard/mcp-native/blob/main/docs/a2ui-v1-conformance.md), [MCP Apps profile](https://github.com/pablospaniard/mcp-native/blob/main/docs/mcp-apps-compatibility.md), and [standards matrix](https://github.com/pablospaniard/mcp-native/blob/main/docs/standards-compatibility.md).
|
|
19
27
|
|
|
20
28
|
`mcp-native` is the convenience package for the runtime and UI APIs. It re-exports the runtime contracts, A2UI v1 lifecycle/capability/renderer-message APIs, trusted native renderer and hooks, host-owned mixed-surface coordinator, deprecated custom surface migration APIs, and policy-gated WebView compatibility primitives from focused `@mcp-native/*` packages. Transport adapters are installed separately.
|
|
21
29
|
|
|
@@ -119,10 +127,10 @@ Install an individual package instead when you only need one layer.
|
|
|
119
127
|
|
|
120
128
|
Use the separately installable [`@mcp-native/mcp`](https://github.com/pablospaniard/mcp-native/tree/main/packages/mcp) package to connect these APIs to the official MCP TypeScript SDK without forcing that SDK dependency on every `mcp-native` consumer.
|
|
121
129
|
|
|
122
|
-
##
|
|
130
|
+
## Implemented in `0.9.0`
|
|
123
131
|
|
|
124
132
|
- transport-independent MCP runtime contracts;
|
|
125
|
-
-
|
|
133
|
+
- isolated migration support for the deprecated custom `0.1` surface;
|
|
126
134
|
- declared tool-action dispatch;
|
|
127
135
|
- strict A2UI resource-link resolution from tool results;
|
|
128
136
|
- schema-validated A2UI v1 JSONL lifecycle state and explicit host policies;
|
|
@@ -154,9 +162,10 @@ local registration for compiled host extensions. Release `0.7.0` added the
|
|
|
154
162
|
non-media catalog, typed renderer-local bindings, bounded formatting and validation, host-callback
|
|
155
163
|
actions, required image grants, policy-gated HTTP(S) `openUrl`, and exact installed-subset
|
|
156
164
|
discovery. Release `0.6.0` added bounded consent, expiring/revocable host-owned grants, interactive
|
|
157
|
-
OAuth, scope history, lifecycle coordination, actionable states, and redacted operations.
|
|
158
|
-
|
|
159
|
-
|
|
165
|
+
OAuth, scope history, lifecycle coordination, actionable states, and redacted operations. The
|
|
166
|
+
packages intentionally do not claim MCP operations or A2UI features outside their documented
|
|
167
|
+
profiles. Full streaming host integration, transport placement for A2UI capability objects, and
|
|
168
|
+
separate non-blocking Expo Go integration PoCs remain deferred or excluded work. Follow the
|
|
160
169
|
[roadmap](https://github.com/pablospaniard/mcp-native/blob/main/docs/roadmap.md) for exact claim
|
|
161
170
|
boundaries.
|
|
162
171
|
|
|
@@ -164,7 +173,7 @@ boundaries.
|
|
|
164
173
|
|
|
165
174
|
Remote servers may provide declarative UI and actions, but the host owns component resolution, tool execution, permissions, and every sensitive capability. Unknown data fails closed at validation and policy boundaries.
|
|
166
175
|
|
|
167
|
-
Read the full [architecture](https://github.com/pablospaniard/mcp-native/blob/main/docs/RFC-0001-architecture.md) and [security policy](https://github.com/pablospaniard/mcp-native/blob/main/SECURITY.md) before
|
|
176
|
+
Read the full [architecture](https://github.com/pablospaniard/mcp-native/blob/main/docs/RFC-0001-architecture.md) and [security policy](https://github.com/pablospaniard/mcp-native/blob/main/SECURITY.md) before integrating or extending the runtime.
|
|
168
177
|
|
|
169
178
|
## License
|
|
170
179
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-native",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"description": "Convenience package for the MCP Native runtime.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"a2ui",
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
"access": "public"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@mcp-native/a2ui": "^0.9.
|
|
45
|
-
"@mcp-native/core": "^0.9.
|
|
46
|
-
"@mcp-native/react-native": "^0.9.
|
|
47
|
-
"@mcp-native/webview": "^0.9.
|
|
44
|
+
"@mcp-native/a2ui": "^0.9.1",
|
|
45
|
+
"@mcp-native/core": "^0.9.1",
|
|
46
|
+
"@mcp-native/react-native": "^0.9.1",
|
|
47
|
+
"@mcp-native/webview": "^0.9.1"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"react": ">=18.3.1 <20",
|