-
Notifications
You must be signed in to change notification settings - Fork 88
MCP Server Docs #377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
MCP Server Docs #377
Conversation
|
- [**Cursor IDE**](https://www.cursor.so/) | ||
- [**Windsurf**](https://windsurf.ai/) | ||
- [**Claude Desktop**](https://claude.ai/download) | ||
- **FlutterFlow MCP Server Executable**: [Download the `server.exe` file](../../../../static/files/server.exe). This executable is essential, as it acts as an intermediary, enabling communication between your IDE and FlutterFlow project, allowing the AI assistant to read, write, and modify project data. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are most likely not going to release it in this form. Please hold off until the new flutter version upgrade is done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I'll hold off this PR until you say. Just let me know whenever the upgrade is done and we have a new way to configure the MCP server.
- "Add a login page with email and password fields." | ||
- “Change the color scheme of the ‘Dashboard’ page to match the ‘Products’ page.” | ||
3. **Apply Changes**: The AI will process your request but, you need to apply changes to the project files and run tool whenever it is required. | ||
4. **Sync with FlutterFlow App**: To see the changes reflected in the FlutterFlow app: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should provide examples of workflows that work well with the MCP server.
For example, giving a single complex instruction is not good. What does work though, is giving a chain of simple instructions, one at a time
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure! will add examples with a chain of instruction.
Description
MCP Server Docs
Linear ticket and magic word Fixes DEVR-925
Type of change