Conversation
Greptile SummaryThis PR updates the Reflex MCP documentation to reflect the new server URL ( Confidence Score: 5/5Safe to merge — documentation-only changes with no logic or runtime impact. All URL updates are consistent across every file, and the revised client configurations (Windsurf serverUrl key, Codex native url field, Claude Desktop Connectors flow) were verified against their respective official documentation. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[User configures MCP server URL] --> B[AI Tool connects to build.reflex.dev/mcp]
B --> C{OAuth 2.1 check}
C -->|Not authenticated| D[User logs in via browser]
D --> E[Session stored by client]
C -->|Authenticated| F[MCP tool call]
E --> F
F --> G[Reflex docs / component info returned]
G --> H[AI-assisted Reflex development]
Reviews (1): Last reviewed commit: "update mcp docs" | Re-trigger Greptile |
|
I don't think this documentation sufficiently covers the landscape of code gen tooling see how they do it https://resend.com/mcp We should update the MCP docs to cover the following.
|

check reflex-dev/agent-skills#10 as well