From 9979c852ee6061e23e3919f4faf6628058856f97 Mon Sep 17 00:00:00 2001 From: Stefan Kuklinsky Date: Fri, 19 Dec 2025 17:22:35 -0500 Subject: [PATCH] Update readme --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index dc0116c96..27303a3e4 100644 --- a/README.md +++ b/README.md @@ -43,16 +43,8 @@ Both packages have a **required peer dependency** on `zod` for schema validation ## Installation -### Server - -```bash -npm install @modelcontextprotocol/server zod -``` - -### Client - ```bash -npm install @modelcontextprotocol/client zod +npm install @modelcontextprotocol/sdk zod ``` ## Quick Start (runnable examples)