deleteValue
Remove specific values from the Whistle MCP Server to manage and streamline proxy configurations effectively. Ensures precise control over Whistle proxy settings.
Instructions
删除值
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | 值名称 |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"name": {
"description": "值名称",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}