21 lines
324 B
JSON
21 lines
324 B
JSON
{
|
|
"mcpServers": {
|
|
"mysql": {
|
|
"command": "uvx",
|
|
"args": [
|
|
"mcp-server-mysql",
|
|
"--host",
|
|
"127.0.0.1",
|
|
"--port",
|
|
"3306",
|
|
"--user",
|
|
"root",
|
|
"--password",
|
|
"",
|
|
"--database",
|
|
"zyt"
|
|
],
|
|
"disabled": true
|
|
}
|
|
}
|
|
} |