Cline Install Notes v2

This commit is contained in:
canvrno
2025-02-19 12:33:13 -07:00
parent ed6f30be5b
commit 2d45c0edcd
3 changed files with 97 additions and 240 deletions

View File

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