chore(mcp): bump version to 0.2.1
This commit is contained in:
parent
68d8776e8f
commit
7c3e3f68d4
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue