Compare commits

...

2 Commits

Author SHA1 Message Date
86db7964c6 chore: 更新 MCP 配置和子模块
- 子模块 backend 更新到最新版本(风险评估字典修复)
- 子模块 frontend 更新到最新版本(字典类型修复)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-20 19:06:06 +08:00
e999dcbc5b chore: 更新子模块到评估报告功能最新版本
- backend: 评估报告服务实现和配置更新
- frontend: 评估报告前端组件和 API 优化

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-20 12:15:29 +08:00
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 0d46e00ba7a8d58045514dc95b1e6977ab4ea890
Subproject commit f620d3bb0cbee68c3f13c09d8ecce024aca0d4fa

@ -1 +1 @@
Subproject commit 934f2935ac97f2bec4c5aaf954c582fcbb882a3d
Subproject commit 695d39d117ce4aca57806a80a1b910b395da86f1