Compare commits
2 Commits
86db7964c6
...
2733327fb1
| Author | SHA1 | Date | |
|---|---|---|---|
| 2733327fb1 | |||
| 30c8b75e7a |
@ -1,19 +1,20 @@
|
|||||||
{
|
{
|
||||||
"mcpServers": {"mcp-mysql-server": {
|
"mcpServers": {
|
||||||
"type": "stdio",
|
"mcp-mysql-server": {
|
||||||
"command": "npx",
|
"type": "stdio",
|
||||||
"args": [
|
"command": "npx",
|
||||||
"-y",
|
"args": [
|
||||||
"@smithery/cli@latest",
|
"-y",
|
||||||
"run",
|
"@smithery/cli@latest",
|
||||||
"@f4ww4z/mcp-mysql-server"
|
"run",
|
||||||
],
|
"@f4ww4z/mcp-mysql-server"
|
||||||
"env": {
|
],
|
||||||
"MYSQL_HOST": "192.168.10.130:3306",
|
"env": {
|
||||||
|
"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"
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
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