Compare commits

..

No commits in common. "86db7964c6af97b794fa13e34663a91ebdc1e1f7" and "d1c9f356d6b848f58d861bf38a4e20dd27e537df" have entirely different histories.

4 changed files with 16 additions and 22 deletions

View File

@ -1,19 +0,0 @@
{
"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"
}
}
}
}

View File

@ -7,7 +7,20 @@
"@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"
]
}
}
}

@ -1 +1 @@
Subproject commit f620d3bb0cbee68c3f13c09d8ecce024aca0d4fa
Subproject commit 0d46e00ba7a8d58045514dc95b1e6977ab4ea890

@ -1 +1 @@
Subproject commit 695d39d117ce4aca57806a80a1b910b395da86f1
Subproject commit 934f2935ac97f2bec4c5aaf954c582fcbb882a3d