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.
1 parent e373d40 commit a909574Copy full SHA for a909574
lua/mcphub/utils/version.lua
@@ -3,7 +3,7 @@ return {
3
REQUIRED_NODE_VERSION = { -- Required mcp-hub version
4
major = 4,
5
minor = 2,
6
- patch = 0,
7
- string = "4.2.0",
+ patch = 1,
+ string = "4.2.1",
8
},
9
}
0 commit comments