The Flutter MCP Server Implementation is a project designed to provide a robust server solution for Flutter applications. This implementation has been recreated and is now part of the mcp_server
package. It is licensed under the MIT license and is actively maintained by the community.
The repository is organized into several directories and files, including:
To configure the Flutter MCP Server, follow these steps:
bash
git clone https://github.com/app-appplayer/flutter_mcp_server.git
bash
cd flutter_mcp_server
bash
flutter pub get
To use the Flutter MCP Server in your project, add the following dependency to your pubspec.yaml
file:
dependencies:
mcp_server: ^1.0.0
Then, import the package in your Dart code:
import 'package:mcp_server/mcp_server.dart';
This project is licensed under the MIT License. For more details, see the LICENSE file.
Contributions are welcome! If you'd like to contribute, please fork the repository and submit a pull request. For major changes, please open an issue first to discuss what you would like to change.
No releases have been published yet.
No packages have been published yet.