Initial commit

This commit is contained in:
Kevin Bond
2025-02-18 20:32:52 -07:00
commit cd77f754ee
18 changed files with 1418 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"proxmox": {
"host": "your-proxmox-host",
"port": 8006,
"verify_ssl": true,
"service": "PVE"
},
"auth": {
"user": "username@pve",
"token_name": "your-token-name",
"token_value": "your-token-value"
},
"logging": {
"level": "INFO",
"format": "%(asctime)s - %(name)s - %(levelname)s - %(message)s",
"file": "proxmox_mcp.log"
}
}