Flutter Inspector MCP Server

by Arenukvern
Verified

debug_dump_semantics_tree

Inspect and analyze Flutter app semantics trees for debugging by connecting to the Flutter Inspector MCP Server. Dumps semantics tree in traversal order, defaulting to port 8181 unless specified.

Instructions

RPC: Dump the semantics tree (ext.flutter.debugDumpSemanticsTreeInTraversalOrder). Connects to the default Flutter debug port (8181) unless specified otherwise.

Input Schema

NameRequiredDescriptionDefault
portNoOptional: Custom port number if not using default Flutter debug port 8181

Input Schema (JSON Schema)

{ "properties": { "port": { "description": "Optional: Custom port number if not using default Flutter debug port 8181", "type": "number" } }, "required": [], "type": "object" }

You must be authenticated.

Other Tools from Flutter Inspector MCP Server

Related Tools

ID: qnu3f0fa20