Sign In

@dbx-app/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dbx-app/mcp-server - npm Package Compare versions

Comparing version
0.4.66
to
0.4.67
+5
-1
bin/dbx-mcp-server.js

@@ -52,3 +52,7 @@ #!/usr/bin/env node

const binary = resolveBinary();
const child = spawn(binary, process.argv.slice(2), { stdio: "inherit", env: process.env });
const child = spawn(binary, process.argv.slice(2), {
stdio: "inherit",
env: process.env,
windowsHide: true,
});
for (const signal of ["SIGINT", "SIGTERM"]) {

@@ -55,0 +59,0 @@ process.on(signal, () => child.kill(signal));

+7
-7
{
"name": "@dbx-app/mcp-server",
"version": "0.4.66",
"version": "0.4.67",
"description": "MCP server for DBX — query databases from Claude Code, Cursor, and other AI agents",

@@ -31,8 +31,8 @@ "keywords": [

"optionalDependencies": {
"@dbx-app/mcp-darwin-arm64": "0.4.66",
"@dbx-app/mcp-darwin-x64": "0.4.66",
"@dbx-app/mcp-linux-arm64-gnu": "0.4.66",
"@dbx-app/mcp-linux-x64-gnu": "0.4.66",
"@dbx-app/mcp-win32-arm64": "0.4.66",
"@dbx-app/mcp-win32-x64": "0.4.66"
"@dbx-app/mcp-darwin-arm64": "0.4.67",
"@dbx-app/mcp-darwin-x64": "0.4.67",
"@dbx-app/mcp-linux-arm64-gnu": "0.4.67",
"@dbx-app/mcp-linux-x64-gnu": "0.4.67",
"@dbx-app/mcp-win32-arm64": "0.4.67",
"@dbx-app/mcp-win32-x64": "0.4.67"
},

@@ -39,0 +39,0 @@ "devDependencies": {

@@ -177,3 +177,3 @@ # DBX MCP Server

Databases such as Dameng, Kingbase, Oracle, DB2, Hive, Trino, Snowflake, SAP HANA, and other DBX Agent profiles use DBX's Java agent infrastructure rather than a Node.js database driver.
Databases such as Dameng, KingbaseES, Oracle, DB2, Hive, Trino, Snowflake, SAP HANA, and other DBX Agent profiles use DBX's Java agent infrastructure rather than a Node.js database driver.

@@ -504,3 +504,3 @@ The native npm/GitHub binary does not bundle every proprietary JDBC driver or JRE. Install the database agent through DBX first, or provide a compatible agent installation under the DBX agent directory. Availability depends on the installed driver and license terms of the database vendor.

达梦、人大金仓、Oracle、DB2、Hive、Trino、Snowflake、SAP HANA 等数据库通过 DBX Java Agent/JDBC 基础设施运行,而不是通过 Node.js 数据库驱动运行。
达梦、金仓KingbaseES、Oracle、DB2、Hive、Trino、Snowflake、SAP HANA 等数据库通过 DBX Java Agent/JDBC 基础设施运行,而不是通过 Node.js 数据库驱动运行。

@@ -507,0 +507,0 @@ npm 和 GitHub Release 中的原生 MCP 文件不会捆绑所有厂商的专有 JDBC Driver。请先通过 DBX Driver Manager 安装对应 Agent 和 JRE,或提供兼容的 DBX Agent 目录。

@@ -9,3 +9,3 @@ {

},
"version": "0.4.66",
"version": "0.4.67",
"packages": [

@@ -15,3 +15,3 @@ {

"identifier": "@dbx-app/mcp-server",
"version": "0.4.66",
"version": "0.4.67",
"transport": {

@@ -18,0 +18,0 @@ "type": "stdio"