Skip to content

Commit d678631

Browse files
authored
Merge pull request designcomputer#31 from lawiedc/main
Update README.md
2 parents 72539b2 + 359ff4a commit d678631

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ For Cursor IDE, you can install this MCP server with the following command in yo
7171

7272

7373
```
74-
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
74+
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
7575
```
7676
Don't forget to replace the `env` values on that command. If you have the latest version (for v0.47 and above) of Cursor, just copy and paste the config below:
7777

@@ -83,6 +83,7 @@ Don't forget to replace the `env` values on that command. If you have the latest
8383
"command": "npx",
8484
"args": [
8585
"mcprunner",
86+
"--",
8687
"MYSQL_HOST=127.0.0.1",
8788
"MYSQL_PORT=3306",
8889
"MYSQL_USER=root",

0 commit comments

Comments
 (0)