universal-db-mcp 0.1.0 → 0.1.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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "universal-db-mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "MCP 数据库万能连接器 - 让 Claude Desktop 直接连接你的数据库",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -24,7 +24,7 @@
24
24
  "数据库",
25
25
  "AI"
26
26
  ],
27
- "author": "Universal DB MCP Contributors",
27
+ "author": "Anarkh-Lee",
28
28
  "license": "MIT",
29
29
  "files": [
30
30
  "dist/**/*.js",
@@ -56,10 +56,10 @@
56
56
  },
57
57
  "repository": {
58
58
  "type": "git",
59
- "url": "https://github.com/universal-db-mcp/universal-db-mcp.git"
59
+ "url": "https://github.com/Anarkh-Lee/universal-db-mcp.git"
60
60
  },
61
61
  "bugs": {
62
- "url": "https://github.com/universal-db-mcp/universal-db-mcp/issues"
62
+ "url": "https://github.com/Anarkh-Lee/universal-db-mcp/issues"
63
63
  },
64
- "homepage": "https://github.com/universal-db-mcp/universal-db-mcp#readme"
64
+ "homepage": "https://github.com/Anarkh-Lee/universal-db-mcp#readme"
65
65
  }