flutter-tools
If you are the rightful owner of flutter-tools and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Flutter Tools MCP Server provides tools for interacting with the Flutter SDK, focusing on diagnostics and fixes for Dart/Flutter files.
The Flutter Tools MCP Server is designed to enhance the development experience with Flutter by providing tools that interact directly with the Flutter SDK. It offers two primary tools: 'get_diagnostics' for analyzing Dart/Flutter files and 'apply_fixes' for implementing suggested fixes. These tools streamline the process of identifying and resolving issues within Flutter projects, making it easier for developers to maintain code quality and efficiency. The server is built with dependencies such as '@modelcontextprotocol/sdk', 'node-pty', and 'which', and it supports development with TypeScript. Installation involves configuring the MCP settings file to point to the server's executable, ensuring seamless integration into the development workflow.
Features
- Provides diagnostics for Dart/Flutter files.
- Applies suggested fixes to improve code quality.
- Integrates with the Flutter SDK for seamless operation.
- Built with TypeScript for robust development.
- Supports automatic recompilation with a watch script.
Tools
get_diagnostics
Get Flutter/Dart diagnostics for a file.
apply_fixes
Apply Dart fix suggestions to a file.