We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb3a7bf + bf4a4bb commit 8f1466aCopy full SHA for 8f1466a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mcp-framework",
3
-"version": "0.1.21",
+ "version": "0.1.22",
4
"description": "Framework for building Model Context Protocol (MCP) servers in Typescript",
5
"type": "module",
6
"author": "Alex Andru <alex@andru.codes>",
@@ -24,6 +24,9 @@
24
"watch": "tsc --watch",
25
"prepare": "npm run build"
26
},
27
+ "engines": {
28
+ "node": ">=20.0.0"
29
+ },
30
"keywords": [
31
"mcp",
32
"claude",
0 commit comments