Skip to content

Commit 47c59c8

Browse files
committed
1.2.2
1 parent 08d98b3 commit 47c59c8

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dbhub",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"mcpName": "io.github.bytebase/dbhub",
55
"description": "Minimal, token-efficient Database MCP Server for PostgreSQL, MySQL, SQL Server, SQLite, MariaDB",
66
"repository": {

plugin/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dbhub",
33
"description": "Token-efficient database MCP server for PostgreSQL, MySQL, MariaDB, SQL Server, and SQLite, with skills for connection setup and schema exploration",
4-
"version": "1.2.1",
4+
"version": "1.2.2",
55
"author": {
66
"name": "Bytebase",
77
"url": "https://www.bytebase.com"

plugin/.mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"command": "npx",
55
"args": [
66
"-y",
7-
"@bytebase/dbhub@1.2.1",
7+
"@bytebase/dbhub@1.2.2",
88
"--transport",
99
"stdio",
1010
"--config",

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"url": "https://github.com/bytebase/dbhub",
88
"source": "github"
99
},
10-
"version": "1.2.1",
10+
"version": "1.2.2",
1111
"packages": [
1212
{
1313
"registryType": "npm",
1414
"identifier": "@bytebase/dbhub",
15-
"version": "1.2.1",
15+
"version": "1.2.2",
1616
"transport": {
1717
"type": "stdio"
1818
},

0 commit comments

Comments
 (0)