We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e23a474 commit bbc0877Copy full SHA for bbc0877
README.md
@@ -80,8 +80,7 @@ The easiest way to install and configure this MCP server is through [Smithery](h
80
```bash
81
npx -y @smithery/cli@latest install @benborla29/mcp-server-mysql --client claude
82
```
83
--- or --
84
-if you don't want to use smithery, use this
+or if you don't want to use smithery, use this
85
86
npx mcprunner MYSQL_HOST=127.0.0.1 MYSQL_PORT=3306 MYSQL_USER=root MYSQL_PASS=root MYSQL_DB=demostore ALLOW_INSERT_OPERATION=true ALLOW_UPDATE_OPERATION=true ALLOW_DELETE_OPERATION=false -- npx -y @benborla29/mcp-server-mysql
87
0 commit comments