package.json•2.08 kB
{
"name": "mcpql",
"version": "1.0.0",
"description": "MCPQL - SQL Server MCP Server for database analysis and operations",
"type": "module",
"main": "dist/server.js",
"bin": {
"mcpql": "./dist/server.js"
},
"files": [
"dist/**/*",
"src/**/*",
"tsconfig.json",
"README.md",
"LICENSE"
],
"scripts": {
"clean": "rimraf dist",
"start": "ts-node src/server.ts",
"build": "npm run clean && tsc",
"prepare-package": "node scripts/prepare-package.js",
"prepublishOnly": "npm run prepare-package",
"test": "npm run build && jest",
"postinstall": "echo 'MCPQL installed successfully!'"
},
"keywords": [
"mcp",
"model-context-protocol",
"sql-server",
"azure-sql",
"database",
"database-analysis",
"database-tools",
"mssql",
"t-sql",
"database-management",
"database-administration",
"analysis",
"typescript",
"nodejs",
"cursor",
"claude",
"claude-desktop",
"cursor-ide",
"anthropic",
"ai-tools",
"llm-integration",
"table-analysis",
"stored-procedures",
"data-preview",
"column-statistics",
"query-execution",
"database-search",
"schema-analysis",
"data-exploration",
"database-connector",
"cli-tool",
"npm-package"
],
"author": "hendrickcastro",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/hendrickcastro/MCPQL.git"
},
"homepage": "https://github.com/hendrickcastro/MCPQL",
"bugs": {
"url": "https://github.com/hendrickcastro/MCPQL/issues"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.13.1",
"dotenv": "^16.5.0",
"mssql": "^11.0.1"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/mssql": "^9.1.7",
"@types/node": "^24.0.3",
"chalk": "^4.1.2",
"cli-table3": "^0.6.5",
"jest": "^30.0.2",
"nodemon": "^3.1.10",
"rimraf": "^6.0.1",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=18.0.0"
}
}