Contribution Guide
We welcome contributions to the Flutter MCP Toolkit! Please feel free to submit pull requests or report issues on the GitHub repository.
Development Setup
-
Clone the repository.
-
Install the dependencies for both the server and the toolkit:
# Toolkit core package cd mcp_toolkit/mcp_toolkit dart pub get # Server package cd ../../mcp_server_dart dart pub get # test app (if needed) cd ../../flutter_test_app dart pub get -
Run the tests:
dart test