Skip to content

Commit bacfe8f

Browse files
committed
chore(release): v3.7.0
1 parent bf942f9 commit bacfe8f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121

2222
mcp-hub = pkgs.buildNpmPackage {
2323
pname = "mcp-hub";
24-
version = "3.6.0";
24+
version = "3.7.0";
2525
src = self;
2626
inherit nodejs;
2727

2828
nativeBuildInputs = [nodejs];
29-
npmDepsHash = "sha256-cehY05tRlbGbn7tU+hqt1asQaRG0oJ+SgLVP3L8/cUk=";
29+
npmDepsHash = "sha256-NDPgh/LZsumWRqNJPTNk5ddFPKVRi0tntc/ICi0AEJ8=";
3030
};
3131
in {
3232
packages = {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-hub",
3-
"version": "3.6.0",
3+
"version": "3.7.0",
44
"description": "A manager server for MCP servers that handles process management and tool routing",
55
"author": "Ravitemer",
66
"license": "MIT",

0 commit comments

Comments
 (0)