@berthojoris/mcp-mysql-server 1.2.1 → 1.2.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.
- package/README.md +0 -17
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -89,23 +89,6 @@ npm run build
|
|
|
89
89
|
}
|
|
90
90
|
```
|
|
91
91
|
|
|
92
|
-
**Alternative: Local development (if you cloned the repository):**
|
|
93
|
-
|
|
94
|
-
```json
|
|
95
|
-
{
|
|
96
|
-
"mcpServers": {
|
|
97
|
-
"mysql": {
|
|
98
|
-
"command": "node",
|
|
99
|
-
"args": [
|
|
100
|
-
"C:\\path\\to\\mysql-mcp\\bin\\mcp-mysql.js",
|
|
101
|
-
"mysql://user:password@localhost:3306/database",
|
|
102
|
-
"list,read,utility"
|
|
103
|
-
]
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
```
|
|
108
|
-
|
|
109
92
|
#### Cline (VS Code Extension)
|
|
110
93
|
|
|
111
94
|
Add to Cline MCP settings (same JSON format as Claude Desktop).
|
package/package.json
CHANGED