@berthojoris/mcp-mysql-server 1.0.1 → 1.0.2

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 (2) hide show
  1. package/README.md +1 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -31,16 +31,7 @@ No installation needed! Use directly with npx:
31
31
  npx @berthojoris/mcp-mysql-server mysql://user:pass@localhost:3306/db "list,read,utility"
32
32
  ```
33
33
 
34
- ### Option 2: Clone and Build
35
-
36
- ```bash
37
- git clone https://github.com/berthojoris/mysql-mcp.git
38
- cd mysql-mcp
39
- npm install
40
- npm run build
41
- ```
42
-
43
- ### Option 3: Global Installation
34
+ ### Option 2: Global Installation
44
35
 
45
36
  ```bash
46
37
  npm install -g @berthojoris/mcp-mysql-server
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@berthojoris/mcp-mysql-server",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Model Context Protocol server for MySQL database integration with dynamic per-project permissions",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",