Commit dabdd7b
Add comprehensive MCP integration documentation (#1549)
* Add comprehensive MCP integration documentation
- Create docs/ai_builder/integrations/mcp.md with complete MCP integration guide
- Include sections: introduction, installation, authentication, IDE integrations, best practices, troubleshooting
- Add support for Claude Desktop, Windsurf/Cascade, Codex, and other MCP clients
- Update sidebar navigation to include MCP alongside GitHub and database integrations
- Document Reflex MCP server endpoints and configuration examples
Fixes ENG-6748
Co-Authored-By: [email protected] <[email protected]>
* Fix MCP documentation with correct server URL and authentication
- Update server URL to https://mcp.reflex.dev/mcp
- Correct authentication to OAuth 2.1 protocol
- Remove references to SSE endpoints and local repos
- Update all IDE configuration examples with correct endpoint
- Fix spacing issue in MCP protocol description
Addresses feedback from @adhami3310 on PR #1549
Co-Authored-By: [email protected] <[email protected]>
* Fix remaining incorrect URLs in troubleshooting section
- Update server status URLs to https://mcp.reflex.dev/mcp
- Remove references to unsupported SSE connections
- Update troubleshooting solutions to reflect OAuth 2.1 authentication
Completes corrections from @adhami3310 feedback on PR #1549
Co-Authored-By: [email protected] <[email protected]>
* Simplify MCP documentation per GitHub feedback
- Remove all spacing elements (rx.box height elements)
- Remove hardcoded examples and detailed explanations
- Remove entire Best Practices and Troubleshooting sections
- Remove Other MCP Clients table section
- Simplify Available Tools section to just mention capabilities
- Add link to official MCP documentation
- Keep only essential installation and IDE configuration info
Addresses all GitHub comments from @adhami3310 on PR #1549
Co-Authored-By: [email protected] <[email protected]>
* Add enterprise section for on-premises deployment
- Add Enterprise Use section mentioning on-prem deployment availability
- Include link to book demo at https://reflex.dev/pricing/
- Addresses GitHub comment from @adhami3310 on PR #1549
Co-Authored-By: [email protected] <[email protected]>
* Add MCP as top-level section in AI Builder navigation
- Add MCP sidebar category alongside Learn in AI Builder
- Update sidebar content handling to support multiple sections
- Use 'plug' icon for MCP section
- Addresses GitHub comment from @adhami3310 on PR #1549
The MCP section now appears at the same hierarchical level as Learn
in the AI Builder navigation, making it easily discoverable.
Co-Authored-By: [email protected] <[email protected]>
* Restructure MCP sidebar: remove from Learn section, add Overview/Installation subsections
- Remove MCP from Learn section's Integrations to prevent duplication
- Create dedicated get_sidebar_items_mcp() function with Overview and Installation subsections
- Update sidebar.py to use mcp_items instead of ai_builder_overview_items[3]
- Add clear Overview section header in MCP documentation
- Addresses GitHub PR feedback to ensure MCP only appears in its own section
Co-Authored-By: [email protected] <[email protected]>
* Split MCP documentation into separate overview and installation articles
- Create mcp_overview.md with MCP introduction, available tools, and enterprise info
- Create mcp_installation.md with prerequisites, authentication, and IDE integration guides
- Update sidebar to show one 'MCP Integration' section containing both articles
- Remove original mcp.md file to avoid duplication
- Addresses GitHub comment requesting articles under one section instead of subsections
Co-Authored-By: [email protected] <[email protected]>
* Fix broken MCP reference in sidebar causing CI failures
- Update ai_builder_pages.integrations.mcp.path to mcp_overview.path
- Update hardcoded path from /mcp to /mcp-overview
- Resolves AttributeError preventing reflex export from completing
Co-Authored-By: [email protected] <[email protected]>
* Update page titles from 'MCP Overview/Installation' to 'Overview/Installation' per GitHub feedback
Co-Authored-By: [email protected] <[email protected]>
* add index for MCP content
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: [email protected] <[email protected]>
Co-authored-by: Ahmad Hakim <[email protected]>1 parent 1fe87e5 commit dabdd7b
File tree
4 files changed
+134
-9
lines changed- docs/ai_builder/integrations
- pcweb/components/docpage/sidebar
- sidebar_items
4 files changed
+134
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
| 386 | + | |
386 | 387 | | |
387 | 388 | | |
388 | 389 | | |
| |||
420 | 421 | | |
421 | 422 | | |
422 | 423 | | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
423 | 430 | | |
424 | 431 | | |
425 | 432 | | |
| |||
489 | 496 | | |
490 | 497 | | |
491 | 498 | | |
492 | | - | |
493 | | - | |
494 | | - | |
495 | | - | |
496 | | - | |
497 | | - | |
498 | | - | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
499 | 526 | | |
500 | | - | |
501 | 527 | | |
502 | 528 | | |
503 | 529 | | |
| |||
643 | 669 | | |
644 | 670 | | |
645 | 671 | | |
| 672 | + | |
646 | 673 | | |
647 | 674 | | |
648 | 675 | | |
| |||
659 | 686 | | |
660 | 687 | | |
661 | 688 | | |
| 689 | + | |
662 | 690 | | |
663 | 691 | | |
664 | 692 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
48 | 62 | | |
| 63 | + | |
0 commit comments