whistle-mcp

by 7gugu
Verified

enableRule

Activate specific rules in the Whistle proxy server using the Model Context Protocol (MCP) to manage network requests, monitor traffic, and enhance proxy control.

Instructions

启用规则

Input Schema

NameRequiredDescriptionDefault
ruleNameYes规则名称

Input Schema (JSON Schema)

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