Compare commits

..

No commits in common. "2733327fb15f5d1f173bcc6b1a53f75b98ea90c1" and "86db7964c6af97b794fa13e34663a91ebdc1e1f7" have entirely different histories.

3 changed files with 15 additions and 16 deletions

View File

@ -1,20 +1,19 @@
{ {
"mcpServers": { "mcpServers": {"mcp-mysql-server": {
"mcp-mysql-server": { "type": "stdio",
"type": "stdio", "command": "npx",
"command": "npx", "args": [
"args": [ "-y",
"-y", "@smithery/cli@latest",
"@smithery/cli@latest", "run",
"run", "@f4ww4z/mcp-mysql-server"
"@f4ww4z/mcp-mysql-server" ],
], "env": {
"env": { "MYSQL_HOST": "192.168.10.130:3306",
"MYSQL_HOST": "192.168.10.130:3306",
"MYSQL_USER": "xlcp_dev", "MYSQL_USER": "xlcp_dev",
"MYSQL_PASSWORD": "xlcp_dev", "MYSQL_PASSWORD": "xlcp_dev",
"MYSQL_DATABASE": "xlcp_dev" "MYSQL_DATABASE": "xlcp_dev"
} }
}
} }
}
} }

@ -1 +1 @@
Subproject commit 76bdb3a931ebe1e13e85dccc7919ae093ff202f6 Subproject commit f620d3bb0cbee68c3f13c09d8ecce024aca0d4fa

@ -1 +1 @@
Subproject commit e8d78a1aeae45008d040a74be4d1f0c57861d898 Subproject commit 695d39d117ce4aca57806a80a1b910b395da86f1