Compare commits
2 Commits
86db7964c6
...
2733327fb1
| Author | SHA1 | Date | |
|---|---|---|---|
| 2733327fb1 | |||
| 30c8b75e7a |
@ -1,19 +1,20 @@
|
||||
{
|
||||
"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 f620d3bb0cbee68c3f13c09d8ecce024aca0d4fa
|
||||
Subproject commit 76bdb3a931ebe1e13e85dccc7919ae093ff202f6
|
||||
2
frontend
2
frontend
@ -1 +1 @@
|
||||
Subproject commit 695d39d117ce4aca57806a80a1b910b395da86f1
|
||||
Subproject commit e8d78a1aeae45008d040a74be4d1f0c57861d898
|
||||
Loading…
x
Reference in New Issue
Block a user