whistle-mcp

by 7gugu
Verified

createRule

Create custom rules for managing proxies on the Whistle MCP Server. Define rule names to control network requests, monitor traffic, and streamline proxy operations effectively.

Instructions

创建新规则

Input Schema

NameRequiredDescriptionDefault
nameYes规则名称

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "规则名称", "type": "string" } }, "required": [ "name" ], "type": "object" }
ID: xtjvndsy4c