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

This commit is contained in:
github-actions[bot] 2026-05-17 02:36:04 +00:00
parent 43ecce5285
commit 8bd29cf66a
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.0",
"version": "0.4.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@dbx-app/mcp-server",
"version": "0.4.0",
"version": "0.4.1",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",

View File

@ -1,6 +1,6 @@
{
"name": "@dbx-app/mcp-server",
"version": "0.4.0",
"version": "0.4.1",
"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.0",
"version": "0.4.1",
"packages": [
{
"registryType": "npm",
"identifier": "@dbx-app/mcp-server",
"version": "0.4.0",
"version": "0.4.1",
"transport": {
"type": "stdio"
}