Flutter Inspector MCP Server

by Arenukvern
Verified

debug_paint_baselines_enabled

RPC: Toggle baseline paint debugging (ext.flutter.debugPaintBaselinesEnabled). Connects to the default Flutter debug port (8181) unless specified otherwise.

Input Schema

NameRequiredDescriptionDefault
enabledYesWhether to enable or disable baseline paint debugging
portNoOptional: Custom port number if not using default Flutter debug port 8181

Input Schema (JSON Schema)

{ "properties": { "enabled": { "description": "Whether to enable or disable baseline paint debugging", "type": "boolean" }, "port": { "description": "Optional: Custom port number if not using default Flutter debug port 8181", "type": "number" } }, "required": [ "enabled" ], "type": "object" }