feat: add proxy pcexec tool

This commit is contained in:
nav
2026-03-30 11:22:26 +00:00
parent 4a8a4b01cb
commit 98a75a50d3
3 changed files with 83 additions and 5 deletions

View File

@@ -9,7 +9,12 @@
"properties": {
"enabled": { "type": "boolean", "default": true },
"secretMgrPath": { "type": "string", "default": "" },
"openclawProfilePath": { "type": "string", "default": "" }
"openclawProfilePath": { "type": "string", "default": "" },
"proxyAllowlist": {
"type": "array",
"items": { "type": "string" },
"default": []
}
}
}
}