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.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
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