From 3839db3bb8d8854f30237dd8340bac36f82bbc86 Mon Sep 17 00:00:00 2001 From: Tianzhou Date: Sat, 1 Aug 2026 01:59:48 +0800 Subject: [PATCH] 1.2.0 --- package.json | 2 +- plugin/.claude-plugin/plugin.json | 2 +- plugin/.mcp.json | 2 +- server.json | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ae390e8d..5251d2a0 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 23fa6f83..ee047ba4 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 15f73d03..1ad6eda5 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 c46bf92d..fa2627d5 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" },