Skip to content

Commit fa7eba2

Browse files
author
Hoa Lam
committed
Update README requirement node js version
1 parent 0b37722 commit fa7eba2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The MCP inspector is a developer tool for testing and debugging MCP servers.
66

77
## Running the Inspector
88

9+
### Requirements
10+
11+
- Node.js: ^22.7.5
12+
913
### From an MCP server repository
1014

1115
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:
6973
npm run dev
7074
```
7175

72-
> **Note for Windows users:**
76+
> **Note for Windows users:**
7377
> On Windows, use the following command instead:
7478
>
7579
> ```bash

0 commit comments

Comments
 (0)