From 86db7964c6af97b794fa13e34663a91ebdc1e1f7 Mon Sep 17 00:00:00 2001 From: tangweijie <877588133@qq.com> Date: Tue, 20 Jan 2026 19:06:06 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20MCP=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E5=92=8C=E5=AD=90=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 子模块 backend 更新到最新版本(风险评估字典修复) - 子模块 frontend 更新到最新版本(字典类型修复) Co-Authored-By: Claude --- .cursor/mcp.json | 19 +++++++++++++++++++ .mcp.json | 15 +-------------- backend | 2 +- frontend | 2 +- 4 files changed, 22 insertions(+), 16 deletions(-) create mode 100644 .cursor/mcp.json diff --git a/.cursor/mcp.json b/.cursor/mcp.json new file mode 100644 index 0000000..a55218f --- /dev/null +++ b/.cursor/mcp.json @@ -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" + } + } + } +} \ No newline at end of file diff --git a/.mcp.json b/.mcp.json index 3e3dcea..b3a2551 100644 --- a/.mcp.json +++ b/.mcp.json @@ -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" - ] } - + } } \ No newline at end of file diff --git a/backend b/backend index 751e1be..f620d3b 160000 --- a/backend +++ b/backend @@ -1 +1 @@ -Subproject commit 751e1be6673bd281a72dc0a8fd08987ff664cb88 +Subproject commit f620d3bb0cbee68c3f13c09d8ecce024aca0d4fa diff --git a/frontend b/frontend index 79cfcf9..695d39d 160000 --- a/frontend +++ b/frontend @@ -1 +1 @@ -Subproject commit 79cfcf9c6dcff44eb8a9242032044341b48534a8 +Subproject commit 695d39d117ce4aca57806a80a1b910b395da86f1