whistle-mcp

by 7gugu
Verified

toggleHttpsInterception

Enable or disable HTTPS interception to manage and monitor network requests through the Whistle proxy server. Control secure traffic analysis for improved debugging and rule management.

Instructions

启用或禁用HTTPS拦截

Input Schema

NameRequiredDescriptionDefault
enabledYes是否启用HTTPS拦截

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "enabled": { "description": "是否启用HTTPS拦截", "type": "boolean" } }, "required": [ "enabled" ], "type": "object" }
ID: xtjvndsy4c