From fa7eba23b73472de04835eb7f0ee63d38441cb64 Mon Sep 17 00:00:00 2001 From: Hoa Lam Date: Wed, 16 Apr 2025 08:48:04 +0700 Subject: [PATCH] Update README requirement node js version --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2552a01..53afa5b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ The MCP inspector is a developer tool for testing and debugging MCP servers. ## Running the Inspector +### Requirements + +- Node.js: ^22.7.5 + ### From an MCP server repository To inspect an MCP server implementation, there's no need to clone this repo. Instead, use `npx`. For example, if your server is built at `build/index.js`: @@ -69,7 +73,7 @@ Development mode: npm run dev ``` -> **Note for Windows users:** +> **Note for Windows users:** > On Windows, use the following command instead: > > ```bash