17 lines
453 B
JSON
17 lines
453 B
JSON
{
|
|
"comment": "VS Code MCP 配置示例 - 将此配置添加到你的 VS Code settings.json",
|
|
"modelContextProtocol": {
|
|
"servers": {
|
|
"mysql": {
|
|
"command": "e:\\Demos\\DemoOwns\\Go\\yunzer_go\\server\\mcp-server\\mcp-server.exe",
|
|
"env": {
|
|
"MYSQL_USER": "gotest",
|
|
"MYSQL_PASS": "2nZhRdMPCNZrdzsd",
|
|
"MYSQL_URLS": "212.64.112.158:3388",
|
|
"MYSQL_DB": "gotest"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|