Flutter Inspector MCP Server

by Arenukvern
Verified

debug_disable_physical_shape_layers

RPC: Toggle physical shape layers debugging (ext.flutter.debugDisablePhysicalShapeLayers)

Input Schema

NameRequiredDescriptionDefault
enabledYesWhether to enable or disable physical shape layers
portNoPort number where the Flutter app is running (defaults to 8181)

Input Schema (JSON Schema)

{ "properties": { "enabled": { "description": "Whether to enable or disable physical shape layers", "type": "boolean" }, "port": { "description": "Port number where the Flutter app is running (defaults to 8181)", "type": "number" } }, "required": [ "enabled" ], "type": "object" }