chore: 更新 MCP 配置和子模块
- 子模块 backend 更新到最新版本(风险评估字典修复) - 子模块 frontend 更新到最新版本(字典类型修复) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
e999dcbc5b
commit
86db7964c6
19
.cursor/mcp.json
Normal file
19
.cursor/mcp.json
Normal file
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
13
.mcp.json
13
.mcp.json
@ -7,19 +7,6 @@
|
||||
"@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"
|
||||
]
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
2
backend
2
backend
@ -1 +1 @@
|
||||
Subproject commit 751e1be6673bd281a72dc0a8fd08987ff664cb88
|
||||
Subproject commit f620d3bb0cbee68c3f13c09d8ecce024aca0d4fa
|
||||
2
frontend
2
frontend
@ -1 +1 @@
|
||||
Subproject commit 79cfcf9c6dcff44eb8a9242032044341b48534a8
|
||||
Subproject commit 695d39d117ce4aca57806a80a1b910b395da86f1
|
||||
Loading…
x
Reference in New Issue
Block a user