feat: add proxy pcexec tool
This commit is contained in:
@@ -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": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user