@berthojoris/mcp-mysql-server 1.10.5 → 1.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,89 +1,89 @@
1
- {
2
- "name": "@berthojoris/mcp-mysql-server",
3
- "version": "1.10.5",
4
- "description": "Model Context Protocol server for MySQL database integration with dynamic per-project permissions, backup/restore, data import/export, and data migration capabilities",
5
- "main": "dist/index.js",
6
- "types": "dist/index.d.ts",
7
- "bin": {
8
- "mcp-mysql": "bin/mcp-mysql.js"
9
- },
10
- "scripts": {
11
- "build": "tsc",
12
- "start": "node dist/server.js",
13
- "start:mcp": "node dist/mcp-server.js",
14
- "start:api": "node dist/server.js",
15
- "dev": "ts-node src/index.ts",
16
- "dev:mcp": "ts-node src/mcp-server.ts",
17
- "dev:api": "ts-node src/server.ts",
18
- "test": "jest",
19
- "prepare": "npm run build",
20
- "prepublishOnly": "npm run build"
21
- },
22
- "keywords": [
23
- "mcp",
24
- "mysql",
25
- "database",
26
- "llm",
27
- "ai",
28
- "model-context-protocol",
29
- "claude",
30
- "cline",
31
- "windsurf",
32
- "codex",
33
- "openai-codex",
34
- "agent",
35
- "database-tools",
36
- "sql",
37
- "mysql-client",
38
- "ai-tools"
39
- ],
40
- "author": "Bertho Joris <berthojoris@gmail.com>",
41
- "license": "MIT",
42
- "repository": {
43
- "type": "git",
44
- "url": "git+https://github.com/berthojoris/mysql-mcp.git"
45
- },
46
- "bugs": {
47
- "url": "https://github.com/berthojoris/mysql-mcp/issues"
48
- },
49
- "homepage": "https://github.com/berthojoris/mysql-mcp#readme",
50
- "files": [
51
- "dist",
52
- "bin",
53
- "README.md",
54
- "DOCUMENTATIONS.md",
55
- "CHANGELOG.md",
56
- "LICENSE",
57
- "manifest.json"
58
- ],
59
- "engines": {
60
- "node": ">=18.0.0"
61
- },
62
- "dependencies": {
63
- "@modelcontextprotocol/sdk": "^1.20.0",
64
- "ajv": "^8.12.0",
65
- "cors": "^2.8.5",
66
- "dotenv": "^16.3.1",
67
- "express": "^4.18.2",
68
- "express-rate-limit": "^7.1.5",
69
- "helmet": "^7.1.0",
70
- "jsonwebtoken": "^9.0.2",
71
- "morgan": "^1.10.0",
72
- "mysql2": "^3.6.1",
73
- "winston": "^3.11.0"
74
- },
75
- "devDependencies": {
76
- "@types/cors": "^2.8.17",
77
- "@types/express": "^4.17.21",
78
- "@types/helmet": "^0.0.48",
79
- "@types/jest": "^29.5.4",
80
- "@types/jsonwebtoken": "^9.0.5",
81
- "@types/morgan": "^1.9.9",
82
- "@types/node": "^20.6.0",
83
- "@types/winston": "^2.4.4",
84
- "jest": "^29.6.4",
85
- "ts-jest": "^29.1.1",
86
- "ts-node": "^10.9.1",
87
- "typescript": "^5.2.2"
88
- }
89
- }
1
+ {
2
+ "name": "@berthojoris/mcp-mysql-server",
3
+ "version": "1.12.0",
4
+ "description": "Model Context Protocol server for MySQL database integration with dynamic per-project permissions, backup/restore, data import/export, and data migration capabilities",
5
+ "main": "dist/index.js",
6
+ "types": "dist/index.d.ts",
7
+ "bin": {
8
+ "mcp-mysql": "bin/mcp-mysql.js"
9
+ },
10
+ "scripts": {
11
+ "build": "tsc",
12
+ "start": "node dist/server.js",
13
+ "start:mcp": "node dist/mcp-server.js",
14
+ "start:api": "node dist/server.js",
15
+ "dev": "ts-node src/index.ts",
16
+ "dev:mcp": "ts-node src/mcp-server.ts",
17
+ "dev:api": "ts-node src/server.ts",
18
+ "test": "jest",
19
+ "prepare": "npm run build",
20
+ "prepublishOnly": "npm run build"
21
+ },
22
+ "keywords": [
23
+ "mcp",
24
+ "mysql",
25
+ "database",
26
+ "llm",
27
+ "ai",
28
+ "model-context-protocol",
29
+ "claude",
30
+ "cline",
31
+ "windsurf",
32
+ "codex",
33
+ "openai-codex",
34
+ "agent",
35
+ "database-tools",
36
+ "sql",
37
+ "mysql-client",
38
+ "ai-tools"
39
+ ],
40
+ "author": "Bertho Joris <berthojoris@gmail.com>",
41
+ "license": "MIT",
42
+ "repository": {
43
+ "type": "git",
44
+ "url": "git+https://github.com/berthojoris/mysql-mcp.git"
45
+ },
46
+ "bugs": {
47
+ "url": "https://github.com/berthojoris/mysql-mcp/issues"
48
+ },
49
+ "homepage": "https://github.com/berthojoris/mysql-mcp#readme",
50
+ "files": [
51
+ "dist",
52
+ "bin",
53
+ "README.md",
54
+ "DOCUMENTATIONS.md",
55
+ "CHANGELOG.md",
56
+ "LICENSE",
57
+ "manifest.json"
58
+ ],
59
+ "engines": {
60
+ "node": ">=18.0.0"
61
+ },
62
+ "dependencies": {
63
+ "@modelcontextprotocol/sdk": "^1.20.0",
64
+ "ajv": "^8.12.0",
65
+ "cors": "^2.8.5",
66
+ "dotenv": "^16.3.1",
67
+ "express": "^4.18.2",
68
+ "express-rate-limit": "^7.1.5",
69
+ "helmet": "^7.1.0",
70
+ "jsonwebtoken": "^9.0.2",
71
+ "morgan": "^1.10.0",
72
+ "mysql2": "^3.6.1",
73
+ "winston": "^3.11.0"
74
+ },
75
+ "devDependencies": {
76
+ "@types/cors": "^2.8.17",
77
+ "@types/express": "^4.17.21",
78
+ "@types/helmet": "^0.0.48",
79
+ "@types/jest": "^29.5.4",
80
+ "@types/jsonwebtoken": "^9.0.5",
81
+ "@types/morgan": "^1.9.9",
82
+ "@types/node": "^20.6.0",
83
+ "@types/winston": "^2.4.4",
84
+ "jest": "^29.6.4",
85
+ "ts-jest": "^29.1.1",
86
+ "ts-node": "^10.9.1",
87
+ "typescript": "^5.2.2"
88
+ }
89
+ }