From 30c8b75e7a27fbb4b1f0a317aebabc623004b5b1 Mon Sep 17 00:00:00 2001 From: tangweijie <877588133@qq.com> Date: Tue, 20 Jan 2026 23:24:22 +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 - 格式化 MCP 服务器配置 JSON 结构 - 更新 backend 子模块到最新版本 - 更新 frontend 子模块到最新版本 Co-Authored-By: Claude --- .cursor/mcp.json | 27 ++++++++++++++------------- backend | 2 +- frontend | 2 +- 3 files changed, 16 insertions(+), 15 deletions(-) diff --git a/.cursor/mcp.json b/.cursor/mcp.json index a55218f..b87a0ef 100644 --- a/.cursor/mcp.json +++ b/.cursor/mcp.json @@ -1,19 +1,20 @@ { - "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", + "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/backend b/backend index f620d3b..0984924 160000 --- a/backend +++ b/backend @@ -1 +1 @@ -Subproject commit f620d3bb0cbee68c3f13c09d8ecce024aca0d4fa +Subproject commit 0984924431f478532e41e52e10c7a6949c728690 diff --git a/frontend b/frontend index 695d39d..88fe467 160000 --- a/frontend +++ b/frontend @@ -1 +1 @@ -Subproject commit 695d39d117ce4aca57806a80a1b910b395da86f1 +Subproject commit 88fe4674b60a05fa35023f6326603bed77d224cb