You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/client/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ The MCP (Model Context Protocol) TypeScript client SDK. Build MCP clients that c
4
4
5
5
<!-- prettier-ignore -->
6
6
> [!WARNING]
7
-
> **This is an alpha release.**Expect breaking changes until v2 stabilizes. We're publishing early to gather feedback — please try it and open issues — but we can't guarantee API stability yet. We'll aim to minimize disruption between alphas.
7
+
> **This is a beta release.**The API surface is settling but breaking changes remain possible until v2 stabilizes. Please try it and open issues — feedback during the beta directly shapes the stable release.
8
8
9
9
<!-- prettier-ignore -->
10
10
> [!NOTE]
@@ -13,7 +13,7 @@ The MCP (Model Context Protocol) TypeScript client SDK. Build MCP clients that c
13
13
## Install
14
14
15
15
```bash
16
-
npm install @modelcontextprotocol/client@alpha
16
+
npm install @modelcontextprotocol/client@beta
17
17
```
18
18
19
19
TypeScript ≥6.0 no longer auto-includes `@types/*` — add `"types": ["node"]` to your `tsconfig.json``compilerOptions` (the published `.d.mts` references `Buffer`).
0 commit comments