package.json•1.1 kB
{
"name": "mysql-mcp-server",
"version": "3.0.0",
"description": "Expert MySQL MCP Server with intelligent analytics and user behavior analysis capabilities",
"main": "dist/index.js",
"module": "./src/index.ts",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx src/index.ts",
"prepare": "npm run build",
"postinstall": "npm run build"
},
"keywords": [
"mcp",
"mysql",
"database",
"analytics",
"user-behavior",
"data-analysis",
"business-intelligence",
"sql",
"model-context-protocol"
],
"author": "ttpears",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ttpears/mcp-mysql.git"
},
"homepage": "https://github.com/ttpears/mcp-mysql#readme",
"bugs": {
"url": "https://github.com/ttpears/mcp-mysql/issues"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"mysql2": "^3.9.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.11.0",
"tsx": "^4.7.0",
"typescript": "^5.3.0"
}
}