Flutter Tools MCP Server

get_diagnostics

Get Flutter/Dart diagnostics for a file

Input Schema

NameRequiredDescriptionDefault
fileYesPath to the Dart/Flutter file

Input Schema (JSON Schema)

{ "properties": { "file": { "description": "Path to the Dart/Flutter file", "type": "string" } }, "required": [ "file" ], "type": "object" }

You must be authenticated.

Other Tools