Dart MCP Server

dart-analyze

Analyze Dart code in specified directories or files to identify issues and improve code quality. Supports additional options for custom analysis configurations, integrating with AI-powered development workflows via the Dart MCP Server.

Input Schema

NameRequiredDescriptionDefault
optionsNoAdditional options for the dart analyze command
pathNoDirectory or file to analyze

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "options": { "description": "Additional options for the dart analyze command", "items": { "type": "string" }, "type": "array" }, "path": { "description": "Directory or file to analyze", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Dart MCP Server

Related Tools

ID: vuwii9l5gu