chore: 更新 MCP 配置和子模块

- 格式化 MCP 服务器配置 JSON 结构
- 更新 backend 子模块到最新版本
- 更新 frontend 子模块到最新版本

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
tangweijie 2026-01-20 23:24:22 +08:00
parent 86db7964c6
commit 30c8b75e7a
3 changed files with 16 additions and 15 deletions

View File

@ -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"
} }
}
} }
}
} }

@ -1 +1 @@
Subproject commit f620d3bb0cbee68c3f13c09d8ecce024aca0d4fa Subproject commit 0984924431f478532e41e52e10c7a6949c728690

@ -1 +1 @@
Subproject commit 695d39d117ce4aca57806a80a1b910b395da86f1 Subproject commit 88fe4674b60a05fa35023f6326603bed77d224cb