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.