Skip to content

Commit fb86f21

Browse files
committed
docs: add Node.js version requirement to README
1 parent 4ae4e2b commit fb86f21

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ The Model Context Protocol allows applications to provide context for LLMs in a
3737
npm install @modelcontextprotocol/sdk
3838
```
3939

40+
### Requirements
41+
42+
- **Node.js**: Version 18 or higher is required. This SDK uses features like `AbortController` that are only available in Node.js 18+.
43+
4044
## Quick Start
4145

4246
Let's create a simple MCP server that exposes a calculator tool and some data:

0 commit comments

Comments
 (0)