Flutter Inspector MCP Server

by Arenukvern
Verified

dart_io_get_http_profile_request

RPC: Get details of a specific HTTP request from the profile

Input Schema

NameRequiredDescriptionDefault
portNoPort number where the Flutter app is running (defaults to 8181)
requestIdYesID of the HTTP request to get details for

Input Schema (JSON Schema)

{ "properties": { "port": { "description": "Port number where the Flutter app is running (defaults to 8181)", "type": "number" }, "requestId": { "description": "ID of the HTTP request to get details for", "type": "string" } }, "required": [ "requestId" ], "type": "object" }