@mcp-native/mcp 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.
- package/README.md +8 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -8,9 +8,14 @@
|
|
|
8
8
|
|
|
9
9
|
</div>
|
|
10
10
|
|
|
11
|
-
> **
|
|
12
|
-
|
|
13
|
-
>
|
|
11
|
+
> **Pre-1.0 release candidate:** the `0.9.x` API is part of the frozen proposed `1.0.0` contract.
|
|
12
|
+
> The stable compatibility guarantee begins at `1.0.0`, after the remaining independent review and
|
|
13
|
+
> release gates.
|
|
14
|
+
|
|
15
|
+
> **Compatibility:** SDK v2 is the correct implementation line for MCP `2026-07-28`. The documented
|
|
16
|
+
> tool/resource and authorization boundary preserves official fields and passes the pinned HTTP and
|
|
17
|
+
> conformance coverage. The package does not claim MCP operations outside its explicit support
|
|
18
|
+
> policy.
|
|
14
19
|
|
|
15
20
|
`@mcp-native/mcp` adapts a connected [`Client`](https://github.com/modelcontextprotocol/typescript-sdk/blob/main/docs/client.md) from `@modelcontextprotocol/client` v2 to the transport-neutral `McpClient` interface in `@mcp-native/core`. It also provides the native host boundary for interactive OAuth on protected Streamable HTTP connections.
|
|
16
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mcp-native/mcp",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"description": "Official MCP TypeScript SDK adapter for MCP Native.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"adapter",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"access": "public"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@mcp-native/core": "^0.
|
|
43
|
+
"@mcp-native/core": "^0.9.1",
|
|
44
44
|
"@modelcontextprotocol/core": "2.0.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|