mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-01-22 04:56:23 +00:00
enhance backup process and remove dashboards
This commit is contained in:
15
.mcp.json
Normal file
15
.mcp.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"mysql": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "@modelcontextprotocol/server-mysql"],
|
||||
"env": {
|
||||
"MYSQL_HOST": "127.0.0.1",
|
||||
"MYSQL_PORT": "64306",
|
||||
"MYSQL_USER": "root",
|
||||
"MYSQL_PASSWORD": "azerothcore123",
|
||||
"MYSQL_DATABASE": "acore_world"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user