xlcp/.cursor/mcp.json
tangweijie 86db7964c6 chore: 更新 MCP 配置和子模块
- 子模块 backend 更新到最新版本(风险评估字典修复)
- 子模块 frontend 更新到最新版本(字典类型修复)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-20 19:06:06 +08:00

19 lines
447 B
JSON

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