feat: update version to 0.1.3 and add server configuration

This commit is contained in:
t8y2 2026-05-03 14:59:20 +08:00
parent 53df4e56cb
commit 06c584c38d
3 changed files with 24 additions and 3 deletions

4
mcp/package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@dbx/mcp-server",
"version": "0.1.1",
"version": "0.1.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@dbx/mcp-server",
"version": "0.1.1",
"version": "0.1.3",
"dependencies": {
"@anthropic-ai/sdk": "^0.52.0",
"@modelcontextprotocol/sdk": "^1.12.1",

View File

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

20
mcp/server.json Normal file
View File

@ -0,0 +1,20 @@
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.t8y2/dbx",
"description": "Query databases from AI agents using connections configured in DBX.",
"repository": {
"url": "https://github.com/t8y2/dbx",
"source": "github"
},
"version": "0.1.3",
"packages": [
{
"registryType": "npm",
"identifier": "@dbx-app/mcp-server",
"version": "0.1.3",
"transport": {
"type": "stdio"
}
}
]
}