chore(mcp): release 0.4.2 [skip mcp-release]

This commit is contained in:
github-actions[bot] 2026-05-17 13:59:02 +00:00
parent 489d7ae919
commit db1f82ffb1
3 changed files with 5 additions and 5 deletions

4
mcp/package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@dbx-app/mcp-server",
"version": "0.4.1",
"version": "0.4.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@dbx-app/mcp-server",
"version": "0.4.1",
"version": "0.4.2",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",

View File

@ -1,6 +1,6 @@
{
"name": "@dbx-app/mcp-server",
"version": "0.4.1",
"version": "0.4.2",
"mcpName": "io.github.t8y2/dbx",
"description": "MCP server for DBX — 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.4.1",
"version": "0.4.2",
"packages": [
{
"registryType": "npm",
"identifier": "@dbx-app/mcp-server",
"version": "0.4.1",
"version": "0.4.2",
"transport": {
"type": "stdio"
}