Skip to content

update mcp docs#6426

Merged
Alek99 merged 2 commits intomainfrom
update-mcp-docs
Apr 30, 2026
Merged

update mcp docs#6426
Alek99 merged 2 commits intomainfrom
update-mcp-docs

Conversation

@adhami3310
Copy link
Copy Markdown
Member

@adhami3310 adhami3310 commented Apr 30, 2026

@adhami3310 adhami3310 requested review from a team and Alek99 as code owners April 30, 2026 01:05
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Apr 30, 2026

Greptile Summary

This PR updates the Reflex MCP documentation to reflect the new server URL (https://build.reflex.dev/mcp, replacing https://mcp.reflex.dev/mcp) and modernizes per-client installation instructions: Claude Desktop now uses the account-level Connectors UI, Windsurf now targets ~/.codeium/windsurf/mcp_config.json with the serverUrl key, and Codex now uses a native url entry in TOML instead of the npx mcp-remote bridge. Two now-redundant files from packages/integrations-docs are deleted as their content is served from docs/ai_builder/integrations/.

Confidence Score: 5/5

Safe 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

Filename Overview
docs/ai_builder/integrations/ai_onboarding.md Updates MCP server URL from mcp.reflex.dev to build.reflex.dev in the MCP tab snippet.
docs/ai_builder/integrations/mcp_installation.md Updates MCP server URL, revamps Claude Desktop to use account-level Connectors UI, updates Windsurf config path/key, and simplifies Codex to native URL config; all verified against current official docs.
docs/ai_builder/integrations/mcp_overview.md Single-line URL update from mcp.reflex.dev to build.reflex.dev.
packages/integrations-docs/src/integrations_docs/docs/mcp_installation.md File deleted — content has been consolidated into docs/ai_builder/integrations/mcp_installation.md.
packages/integrations-docs/src/integrations_docs/docs/mcp_overview.md File deleted — content has been consolidated into docs/ai_builder/integrations/mcp_overview.md.

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]
Loading

Reviews (1): Last reviewed commit: "update mcp docs" | Re-trigger Greptile

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented Apr 30, 2026

Merging this PR will not alter performance

✅ 9 untouched benchmarks


Comparing update-mcp-docs (e29153d) with main (5496439)

Open in CodSpeed

@adhami3310 adhami3310 added the documentation Improvements or additions to documentation label Apr 30, 2026
@Alek99
Copy link
Copy Markdown
Member

Alek99 commented Apr 30, 2026

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.

Screenshot 2026-04-29 at 6 24 18 PM

@Alek99 Alek99 merged commit fbc5a58 into main Apr 30, 2026
27 checks passed
@Alek99 Alek99 deleted the update-mcp-docs branch April 30, 2026 23:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants