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 781d43d commit c4f3007Copy full SHA for c4f3007
lua/mcphub/utils/version.lua
@@ -3,7 +3,7 @@ return {
3
REQUIRED_NODE_VERSION = { -- Required mcp-hub version
4
major = 3,
5
minor = 1,
6
- patch = 9,
7
- string = "3.1.9",
+ patch = 10,
+ string = "3.1.10",
8
},
9
}
0 commit comments