From a5fab54ba77b4f8aa9b2aee79ede4242862c3c39 Mon Sep 17 00:00:00 2001 From: tangweijie <877588133@qq.com> Date: Mon, 26 Jan 2026 16:02:55 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=96=B0=E5=A2=9E=20mcp-mysql-server?= =?UTF-8?q?=20=E6=95=B0=E6=8D=AE=E5=BA=93=E8=BF=9E=E6=8E=A5=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .mcp.json | 17 ++++++++++++++++- backend | 2 +- frontend | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.mcp.json b/.mcp.json index b3a2551..c401b11 100644 --- a/.mcp.json +++ b/.mcp.json @@ -7,7 +7,22 @@ "@modelcontextprotocol/server-filesystem", "/Volumes/Dpan/github/xlcp" ] + }, + "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 f0caa49..ff09efa 160000 --- a/backend +++ b/backend @@ -1 +1 @@ -Subproject commit f0caa491330fbbf1a09afd75cf40381d708aeb48 +Subproject commit ff09efa216b6a8fefe26c2400c742ca5259a9a23 diff --git a/frontend b/frontend index 5d43154..7272342 160000 --- a/frontend +++ b/frontend @@ -1 +1 @@ -Subproject commit 5d43154ba54f05214b67c5015b7982e964e197cc +Subproject commit 7272342fe6955f1d9e1c62e4a2b6a03069cb05a7