Compare commits

...

2 Commits

Author SHA1 Message Date
2733327fb1 chore: 更新子模块到AI监控仪表盘功能最新版本
- 更新 backend 子模块到 master-jdk17 分支
- 更新 frontend 子模块到 lm/feat/dashboard 分支

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-21 00:20:28 +08:00
30c8b75e7a chore: 更新 MCP 配置和子模块
- 格式化 MCP 服务器配置 JSON 结构
- 更新 backend 子模块到最新版本
- 更新 frontend 子模块到最新版本

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-20 23:24:22 +08:00
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 76bdb3a931ebe1e13e85dccc7919ae093ff202f6

@ -1 +1 @@
Subproject commit 695d39d117ce4aca57806a80a1b910b395da86f1 Subproject commit e8d78a1aeae45008d040a74be4d1f0c57861d898