Skip to main content
Glama

Flutter Inspector MCP Server

contribution_guide.mdx824 B
# Contribution Guide We welcome contributions to the Flutter MCP Toolkit! Please feel free to submit pull requests or report issues on the [GitHub repository](https://github.com/Arenukvern/mcp_flutter). ### Development Setup 1. Clone the repository. 2. Install the dependencies for both the server and the toolkit: ```bash # 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 ``` 3. Run the tests: ```bash dart test ``` ### Pull Requests Before submitting a pull request, please make sure that: - The code is well-formatted and follows the project's style guide. - The tests pass. - The documentation is updated, if necessary.

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Arenukvern/mcp_flutter'

If you have feedback or need assistance with the MCP directory API, please join our Discord server