including the allowed private hosts to the tool definition parameters

This commit is contained in:
Nils Kruthoff 2026-05-18 15:31:13 +02:00
parent 8c8b557828
commit 948d5dec27
No known key found for this signature in database
GPG Key ID: A5C0151B4DDB172C

View File

@ -16,6 +16,10 @@
"maxContentCharacters": { "maxContentCharacters": {
"type": "string", "type": "string",
"secret": false "secret": false
},
"allowedPrivateHosts": {
"type": "string",
"secret": false
} }
}, },
"required": [] "required": []