diff --git a/package.json b/package.json index ae390e8..5251d2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dbhub", - "version": "1.1.0", + "version": "1.2.0", "mcpName": "io.github.bytebase/dbhub", "description": "Minimal, token-efficient Database MCP Server for PostgreSQL, MySQL, SQL Server, SQLite, MariaDB", "repository": { diff --git a/plugin/.claude-plugin/plugin.json b/plugin/.claude-plugin/plugin.json index 23fa6f8..ee047ba 100644 --- a/plugin/.claude-plugin/plugin.json +++ b/plugin/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "dbhub", "description": "Token-efficient database MCP server for PostgreSQL, MySQL, MariaDB, SQL Server, and SQLite, with skills for connection setup and schema exploration", - "version": "1.1.0", + "version": "1.2.0", "author": { "name": "Bytebase", "url": "https://www.bytebase.com" diff --git a/plugin/.mcp.json b/plugin/.mcp.json index 15f73d0..1ad6eda 100644 --- a/plugin/.mcp.json +++ b/plugin/.mcp.json @@ -4,7 +4,7 @@ "command": "npx", "args": [ "-y", - "@bytebase/dbhub@1.1.0", + "@bytebase/dbhub@1.2.0", "--transport", "stdio", "--config", diff --git a/server.json b/server.json index c46bf92..fa2627d 100644 --- a/server.json +++ b/server.json @@ -7,12 +7,12 @@ "url": "https://github.com/bytebase/dbhub", "source": "github" }, - "version": "1.1.0", + "version": "1.2.0", "packages": [ { "registryType": "npm", "identifier": "@bytebase/dbhub", - "version": "1.1.0", + "version": "1.2.0", "transport": { "type": "stdio" },