19 lines
523 B
JSON
19 lines
523 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(pio run:*)",
|
|
"Bash(npm install:*)",
|
|
"Bash(where pio:*)",
|
|
"Read(//c/Users/repti/.platformio/penv/Scripts/**)",
|
|
"Bash(/c/Users/repti/.platformio/penv/Scripts/pio.exe run:*)",
|
|
"Bash(python -c \"import reportlab\")",
|
|
"Read(//c/Program Files/Google/Chrome/Application/**)",
|
|
"Read(//c/Program Files \\(x86\\)/Microsoft/Edge/Application/**)"
|
|
]
|
|
},
|
|
"enableAllProjectMcpServers": true,
|
|
"enabledMcpjsonServers": [
|
|
"proxmox"
|
|
]
|
|
}
|