chore: 更新 MCP 配置和子模块

- 子模块 backend 更新到最新版本(风险评估字典修复)
- 子模块 frontend 更新到最新版本(字典类型修复)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
tangweijie 2026-01-20 19:06:06 +08:00
parent e999dcbc5b
commit 86db7964c6
4 changed files with 22 additions and 16 deletions

19
.cursor/mcp.json Normal file
View File

@ -0,0 +1,19 @@
{
"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"
}
}
}
}

View File

@ -7,20 +7,7 @@
"@modelcontextprotocol/server-filesystem",
"/Volumes/Dpan/github/xlcp"
]
},
"mysql": {
"command": "npx",
"args": [
"-y",
"@executeautomation/database-server",
"--mysql",
"--host", "192.168.10.130",
"--database", "xlcp_dev",
"--port", "3306",
"--user", "xlcp_dev",
"--password", "xlcp_dev"
]
}
}
}

@ -1 +1 @@
Subproject commit 751e1be6673bd281a72dc0a8fd08987ff664cb88
Subproject commit f620d3bb0cbee68c3f13c09d8ecce024aca0d4fa

@ -1 +1 @@
Subproject commit 79cfcf9c6dcff44eb8a9242032044341b48534a8
Subproject commit 695d39d117ce4aca57806a80a1b910b395da86f1