whistle-mcp

by 7gugu
Verified

toggleHttpInterception

Enable or disable HTTP interception to manage network requests, monitor traffic, and control proxy settings using the whistle-mcp server.

Instructions

启用或禁用HTTP拦截

Input Schema

NameRequiredDescriptionDefault
enabledYes是否启用HTTP拦截

Input Schema (JSON Schema)

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