Flutter Inspector MCP Server

by Arenukvern
Verified

get_extension_rpcs

Utility: List all available extension RPCs in the Flutter app. This is a helper tool for discovering available methods.

Input Schema

NameRequiredDescriptionDefault
isRawResponseNoIf true, returns the raw response from the VM service without processing
isolateIdNoOptional specific isolate ID to check. If not provided, checks all isolates
portNoOptional: Custom port number if not using default Flutter debug port 8181

Input Schema (JSON Schema)

{ "properties": { "isRawResponse": { "default": false, "description": "If true, returns the raw response from the VM service without processing", "type": "boolean" }, "isolateId": { "description": "Optional specific isolate ID to check. If not provided, checks all isolates", "type": "string" }, "port": { "description": "Optional: Custom port number if not using default Flutter debug port 8181", "type": "number" } }, "required": [], "type": "object" }