Server Config
{
"mcpServers": {
"mysql-mcp": {
"autoApprove": [],
"disabled": false,
"timeout": 60,
"command": "java",
"args": [
"-Dspring.ai.mcp.server.stdio=true",
"-Dspring.main.web-application-type=none",
"-Dlogging.pattern.console=",
"-jar",
"D:/code/Mysql-Mcp-Server/target/Mysql-Mcp-Server-0.0.1-SNAPSHOT.jar"
],
"env": {},
"transportType": "stdio"
}
}
}