whistle-mcp

by 7gugu
Verified

toggleProxy

Enable or disable the Whistle proxy server to manage network requests and configurations directly through AI-driven control with the Whistle MCP Server.

Instructions

启用或禁用whistle代理

Input Schema

NameRequiredDescriptionDefault
enabledYes是否启用代理

Input Schema (JSON Schema)

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