Flutter Inspector MCP Server

by Arenukvern
Verified

dart_io_get_open_file_by_id

RPC: Get details of a specific open file by its ID

Input Schema

NameRequiredDescriptionDefault
fileIdYesID of the file to get details for
portNoPort number where the Flutter app is running (defaults to 8181)

Input Schema (JSON Schema)

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