{ "name": "@rog0x/mcp-database-tools", "version": "1.0.0", "description": "MCP server providing SQL and database tools for AI agents - format, explain, analyze, build, and migrate SQL without a DB connection", "main": "dist/index.js", "bin": { "mcp-database-tools": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "ts-node src/index.ts" }, "keywords": [ "mcp", "claude", "ai", "sql", "database", "formatter", "migration", "schema" ], "author": "rog0x", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/rog0x/mcp-database-tools" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.4.0" } }