mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-02-07 20:51:10 +00:00
add module functionality, untested
This commit is contained in:
16
.mcp.json
16
.mcp.json
@@ -10,6 +10,22 @@
|
||||
"MYSQL_PASSWORD": "azerothcore123",
|
||||
"MYSQL_DATABASE": "acore_world"
|
||||
}
|
||||
},
|
||||
"playwright": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "@playwright/mcp"]
|
||||
},
|
||||
"github": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "@modelcontextprotocol/server-github"]
|
||||
},
|
||||
"docker": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "docker-mcp"]
|
||||
},
|
||||
"memory": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "@modelcontextprotocol/server-memory"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user