Flutter Inspector MCP Server

by Arenukvern
Verified

debug_allow_banner

RPC: Toggle the debug banner in the Flutter app

Input Schema

NameRequiredDescriptionDefault
enabledYesWhether to show or hide the debug banner
portNoPort number where the Flutter app is running (defaults to 8181)

Input Schema (JSON Schema)

{ "properties": { "enabled": { "description": "Whether to show or hide the debug banner", "type": "boolean" }, "port": { "description": "Port number where the Flutter app is running (defaults to 8181)", "type": "number" } }, "required": [ "enabled" ], "type": "object" }