This MCP server, developed by dkpoulsen, provides tools for interacting with the Flutter SDK. Built with TypeScript and leveraging the Model Context Protocol SDK, it offers functionalities for analyzing and fixing Dart/Flutter files. The implementation focuses on two main tools: 'get_diagnostics' for retrieving Flutter/Dart diagnostics, and 'apply_fixes' for applying Dart fix suggestions to files. By connecting AI models with Flutter development tools, this server enables scenarios such as automated code analysis, error detection, and code improvement suggestions. It's particularly useful for AI-assisted Flutter development, enabling seamless integration of AI capabilities into the Flutter development workflow.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Get Flutter/Dart diagnostics for a file. Parameters: file (string) - Path to the Dart/Flutter file
Apply Dart fix suggestions to a file. Parameters: file (string) - Path to the Dart/Flutter file