vmoo-mcp-database-server 1.1.0 → 1.2.1

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.
@@ -1,33 +1,33 @@
1
- {
2
- "name": "vmoo-database-prod-mcp-server",
3
- "version": "1.0.0",
4
- "description": "VMOO生产环境数据库MCP服务器",
5
- "type": "module",
6
- "main": "server.js",
7
- "bin": {
8
- "vmoo-mcp-prod": "./server.js"
9
- },
10
- "scripts": {
11
- "start": "node server.js",
12
- "test": "node test-connection.js"
13
- },
14
- "dependencies": {
15
- "@modelcontextprotocol/sdk": "^1.17.2",
16
- "mysql2": "^3.6.5"
17
- },
18
- "keywords": [
19
- "mcp",
20
- "database",
21
- "mysql",
22
- "vmoo",
23
- "production",
24
- "readonly",
25
- "privacy",
26
- "model-context-protocol"
27
- ],
28
- "author": "VMOO Team",
29
- "license": "MIT",
30
- "engines": {
31
- "node": ">=18.0.0"
32
- }
33
- }
1
+ {
2
+ "name": "vmoo-database-prod-mcp-server",
3
+ "version": "1.0.0",
4
+ "description": "VMOO生产环境数据库MCP服务器",
5
+ "type": "module",
6
+ "main": "server.js",
7
+ "bin": {
8
+ "vmoo-mcp-prod": "./server.js"
9
+ },
10
+ "scripts": {
11
+ "start": "node server.js",
12
+ "test": "node test-connection.js"
13
+ },
14
+ "dependencies": {
15
+ "@modelcontextprotocol/sdk": "^1.17.2",
16
+ "mysql2": "^3.6.5"
17
+ },
18
+ "keywords": [
19
+ "mcp",
20
+ "database",
21
+ "mysql",
22
+ "vmoo",
23
+ "production",
24
+ "readonly",
25
+ "privacy",
26
+ "model-context-protocol"
27
+ ],
28
+ "author": "VMOO Team",
29
+ "license": "MIT",
30
+ "engines": {
31
+ "node": ">=18.0.0"
32
+ }
33
+ }