Skip to content

Commit c8824ab

Browse files
committed
MCP/DBHub: Update to 0.11.6 for compatibility with Node.js 25
/path/to/node_modules/buffer-equal-constant-time/index.js:37 var origSlowBufEqual = SlowBuffer.prototype.equal; ^ TypeError: Cannot read properties of undefined (reading 'prototype')
1 parent 667a67e commit c8824ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/mcp/example_dbhub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
command="npx",
1515
args=[
1616
"-y",
17-
"@bytebase/dbhub@0.3.1",
17+
"@bytebase/dbhub@0.11.6",
1818
"--transport=stdio",
1919
#"--transport=sse",
2020
#"--port=8080",

0 commit comments

Comments
 (0)