@mcp-native/core 0.8.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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,7 +12,9 @@
12
12
 
13
13
  </div>
14
14
 
15
- > **Experimental:** this package is an early proof of concept. Its public API may change before `1.0.0`.
15
+ > **Pre-1.0 release candidate:** the `0.9.x` API is part of the frozen proposed `1.0.0` contract.
16
+ > The stable compatibility guarantee begins at `1.0.0`, after the remaining independent review and
17
+ > release gates.
16
18
 
17
19
  `@mcp-native/core` is the protocol- and renderer-independent foundation of MCP Native. It defines the small MCP client boundary consumed by the runtime and routes declared actions without depending on A2UI, React Native, WebViews, or a specific MCP SDK transport.
18
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcp-native/core",
3
- "version": "0.8.0",
3
+ "version": "0.9.1",
4
4
  "description": "Protocol-independent runtime primitives for MCP Native.",
5
5
  "keywords": [
6
6
  "mcp",