Compare commits
No commits in common. "86db7964c6af97b794fa13e34663a91ebdc1e1f7" and "d1c9f356d6b848f58d861bf38a4e20dd27e537df" have entirely different histories.
86db7964c6
...
d1c9f356d6
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
15
.mcp.json
15
.mcp.json
@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
2
backend
2
backend
@ -1 +1 @@
|
||||
Subproject commit f620d3bb0cbee68c3f13c09d8ecce024aca0d4fa
|
||||
Subproject commit 0d46e00ba7a8d58045514dc95b1e6977ab4ea890
|
||||
2
frontend
2
frontend
@ -1 +1 @@
|
||||
Subproject commit 695d39d117ce4aca57806a80a1b910b395da86f1
|
||||
Subproject commit 934f2935ac97f2bec4c5aaf954c582fcbb882a3d
|
||||
Loading…
x
Reference in New Issue
Block a user