chore: 新增 mcp-mysql-server 数据库连接配置

This commit is contained in:
tangweijie 2026-01-26 16:02:55 +08:00
parent 933ce01178
commit a5fab54ba7
3 changed files with 18 additions and 3 deletions

View File

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

@ -1 +1 @@
Subproject commit f0caa491330fbbf1a09afd75cf40381d708aeb48
Subproject commit ff09efa216b6a8fefe26c2400c742ca5259a9a23

@ -1 +1 @@
Subproject commit 5d43154ba54f05214b67c5015b7982e964e197cc
Subproject commit 7272342fe6955f1d9e1c62e4a2b6a03069cb05a7