Refactor code for improved readability and performance

This commit is contained in:
defiQUG
2025-12-21 22:32:09 -08:00
parent 79e3c02f50
commit b45c2006be
2259 changed files with 380318 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
{
"mcpServers": {
"proxmox": {
"command": "node",
"args": [
"/home/intlc/projects/proxmox/mcp-proxmox/index.js"
],
"env": {
"PROXMOX_ALLOW_ELEVATED": "false"
}
}
}
}