@bytebase/dbhub 0.11.5 → 0.11.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +3 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3665,6 +3665,9 @@ See documentation for more details on configuring database connections.
3665
3665
  }
3666
3666
  next();
3667
3667
  });
3668
+ app.get("/", (req, res) => {
3669
+ res.status(200).send();
3670
+ });
3668
3671
  app.get("/healthz", (req, res) => {
3669
3672
  res.status(200).send("OK");
3670
3673
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bytebase/dbhub",
3
- "version": "0.11.5",
3
+ "version": "0.11.6",
4
4
  "description": "Universal Database MCP Server",
5
5
  "repository": {
6
6
  "type": "git",