disableRule
Disable specific proxy rules in Whistle MCP Server by providing the rule name, allowing precise control over network request management.
Instructions
禁用规则
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ruleName | Yes | 规则名称 |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"ruleName": {
"description": "规则名称",
"type": "string"
}
},
"required": [
"ruleName"
],
"type": "object"
}