Compare commits
No commits in common. "2733327fb15f5d1f173bcc6b1a53f75b98ea90c1" and "86db7964c6af97b794fa13e34663a91ebdc1e1f7" have entirely different histories.
2733327fb1
...
86db7964c6
@ -1,20 +1,19 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"mcp-mysql-server": {
|
||||
"type": "stdio",
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"@smithery/cli@latest",
|
||||
"run",
|
||||
"@f4ww4z/mcp-mysql-server"
|
||||
],
|
||||
"env": {
|
||||
"MYSQL_HOST": "192.168.10.130:3306",
|
||||
"mcpServers": {"mcp-mysql-server": {
|
||||
"type": "stdio",
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"@smithery/cli@latest",
|
||||
"run",
|
||||
"@f4ww4z/mcp-mysql-server"
|
||||
],
|
||||
"env": {
|
||||
"MYSQL_HOST": "192.168.10.130:3306",
|
||||
"MYSQL_USER": "xlcp_dev",
|
||||
"MYSQL_PASSWORD": "xlcp_dev",
|
||||
"MYSQL_DATABASE": "xlcp_dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
2
backend
2
backend
@ -1 +1 @@
|
||||
Subproject commit 76bdb3a931ebe1e13e85dccc7919ae093ff202f6
|
||||
Subproject commit f620d3bb0cbee68c3f13c09d8ecce024aca0d4fa
|
||||
2
frontend
2
frontend
@ -1 +1 @@
|
||||
Subproject commit e8d78a1aeae45008d040a74be4d1f0c57861d898
|
||||
Subproject commit 695d39d117ce4aca57806a80a1b910b395da86f1
|
||||
Loading…
x
Reference in New Issue
Block a user