Skip to content

Commit 214e5e4

Browse files
authored
Merge pull request modelcontextprotocol#318 from lcamhoa/update-readme
Update README requirement node js version
2 parents 7cad9a0 + d45d8c9 commit 214e5e4

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`:
@@ -99,7 +103,7 @@ Development mode:
99103
npm run dev
100104
```
101105

102-
> **Note for Windows users:**
106+
> **Note for Windows users:**
103107
> On Windows, use the following command instead:
104108
>
105109
> ```bash

0 commit comments

Comments
 (0)