chore: 更新 MCP 配置和子模块
- 格式化 MCP 服务器配置 JSON 结构 - 更新 backend 子模块到最新版本 - 更新 frontend 子模块到最新版本 Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
86db7964c6
commit
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 0984924431f478532e41e52e10c7a6949c728690
|
||||
2
frontend
2
frontend
@ -1 +1 @@
|
||||
Subproject commit 695d39d117ce4aca57806a80a1b910b395da86f1
|
||||
Subproject commit 88fe4674b60a05fa35023f6326603bed77d224cb
|
||||
Loading…
x
Reference in New Issue
Block a user