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 5227e55 commit 9e9f163Copy full SHA for 9e9f163
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 = 7,
7
- string = "3.1.7",
+ patch = 8,
+ string = "3.1.8",
8
},
9
}
0 commit comments