Skip to content
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
a917f55
Add Flash Docs
pinkeshmars Apr 22, 2026
836e2c5
clarify API key setup and update create with agent
pinkeshmars Apr 27, 2026
5933059
Moved from flash to ff cli
pinkeshmars Apr 28, 2026
d52e5de
Moved to Advanced section
pinkeshmars Apr 28, 2026
300b66e
Fix broken links
pinkeshmars Apr 28, 2026
bf38e54
move around the files and split the section into pages
PoojaB26 Apr 28, 2026
1719833
Update FlutterFlow CLI documentation: rename 'Download Projects' to '…
PoojaB26 Apr 28, 2026
50723ee
remove redundant info box and clarify workspace description
PoojaB26 Apr 28, 2026
f8b61c6
Remove outdated DSL gaps
PoojaB26 Apr 28, 2026
2386697
address review comments
pinkeshmars Apr 28, 2026
90903cf
Fix broken links
pinkeshmars Apr 28, 2026
16459b3
nit fixes
pinkeshmars Apr 29, 2026
8fd957b
reorganize sections on agent edit scope, branches, and rollback, and …
PoojaB26 Apr 29, 2026
b5b012d
Add Makefile for staging deployment and update README with usage inst…
PoojaB26 Apr 29, 2026
902461a
added visuals
pinkeshmars Apr 29, 2026
c60a29d
nit fix
pinkeshmars Apr 29, 2026
91365ec
reorganizing MCP server tools into categories
PoojaB26 Apr 29, 2026
593d072
Update Google Analytics configuration to conditionally set tracking I…
PoojaB26 Apr 29, 2026
06aa04b
nit fix
PoojaB26 Apr 29, 2026
1091131
[bugfix] wrong step name for existing project id
PoojaB26 Apr 29, 2026
a1b5e74
[bugfix] remove unintended header + add hyperlinks
PoojaB26 Apr 29, 2026
6063275
Merge remote-tracking branch 'refs/remotes/origin/main' into pooja/mc…
PoojaB26 Apr 29, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/ff-concepts/advanced/flutterflow-cli/flutterflow-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,14 +279,15 @@ So nothing gets silently overwritten, but expect occasional retries when you and

- Anything outside the FlutterFlow project itself — running the app, deploying it, creating Firebase projects, managing secrets, App Store submissions.

## MCP Server Tools

### Refreshing Stale Context

If you've made visual edits since the agent last read the project, the agent's local snapshot is stale. Two ways to fix it:

- **Ask the agent to refresh.** Most agents call the MCP `refreshContext` tool on their own when they detect drift, but you can prompt explicitly: "refresh the project context."
- **Run it from the CLI.** `flutterflow ai context-check` reports whether the local snapshot is behind, and `flutterflow ai refresh-context <project-id>` pulls the latest.
- **Ask the agent to refresh.** Most agents call the [`refresh-context`](#mcp-tools) tool on their own when they detect drift, but you can prompt explicitly: "refresh the project context."
- **Run it from the CLI.** `flutterflow ai context-check` reports whether the local snapshot is behind, and `flutterflow ai refresh-context <project-id>` pulls the latest.

See [MCP tools](#mcp-tools) for the full command list.

## Branches and Rollback

Expand Down
Loading