We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a1b457 commit 9979c85Copy full SHA for 9979c85
1 file changed
README.md
@@ -43,16 +43,8 @@ Both packages have a **required peer dependency** on `zod` for schema validation
43
44
## Installation
45
46
-### Server
47
-
48
-```bash
49
-npm install @modelcontextprotocol/server zod
50
-```
51
52
-### Client
53
54
```bash
55
-npm install @modelcontextprotocol/client zod
+npm install @modelcontextprotocol/sdk zod
56
```
57
58
## Quick Start (runnable examples)
0 commit comments