Skip to content

Commit bf4a4bb

Browse files
committed
feat: enforce node version 20
1 parent eb3a7bf commit bf4a4bb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-framework",
3-
"version": "0.1.21",
3+
"version": "0.1.22",
44
"description": "Framework for building Model Context Protocol (MCP) servers in Typescript",
55
"type": "module",
66
"author": "Alex Andru <[email protected]>",
@@ -24,6 +24,9 @@
2424
"watch": "tsc --watch",
2525
"prepare": "npm run build"
2626
},
27+
"engines": {
28+
"node": ">=20.0.0"
29+
},
2730
"keywords": [
2831
"mcp",
2932
"claude",

0 commit comments

Comments
 (0)