chore(mcp): bump version to 0.2.1

This commit is contained in:
t8y2 2026-05-08 12:46:42 +08:00
parent 68d8776e8f
commit 7c3e3f68d4
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@dbx-app/mcp-server",
"version": "0.2.0",
"version": "0.2.1",
"mcpName": "io.github.t8y2/dbx",
"description": "MCP server for DBX \u2014 query databases from Claude Code, Cursor, and other AI agents",
"type": "module",

View File

@ -6,12 +6,12 @@
"url": "https://github.com/t8y2/dbx",
"source": "github"
},
"version": "0.2.0",
"version": "0.2.1",
"packages": [
{
"registryType": "npm",
"identifier": "@dbx-app/mcp-server",
"version": "0.2.0",
"version": "0.2.1",
"transport": {
"type": "stdio"
}

View File

@ -61,7 +61,7 @@ function mdTable(headers: string[], rows: string[][]): string {
const server = new McpServer({
name: "dbx",
version: "0.2.0",
version: "0.2.1",
});
server.tool(