Skip to content

Commit 663bd7d

Browse files
authored
put mcp behind enterprise (#1557)
1 parent af1bac7 commit 663bd7d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/ai_builder/integrations/mcp_installation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
import reflex as rx
55
```
66

7+
```md alert warning
8+
# The Reflex MCP integration is currently only available for enterprise customers. Please [book a demo](https://reflex.dev/pricing/) to discuss access.
9+
```
10+
711
To use the Reflex MCP integration, you'll need to configure your AI assistant or coding tool to connect to the Reflex MCP server. No additional Python packages are required on your local machine - the server is hosted and ready to use.
812

913
## Prerequisites

docs/ai_builder/integrations/mcp_overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
import reflex as rx
55
```
66

7+
```md alert warning
8+
# The Reflex MCP integration is currently only available for enterprise customers. Please [book a demo](https://reflex.dev/pricing/) to discuss access.
9+
```
10+
711
The Reflex [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) integration provides AI assistants and coding tools with structured access to Reflex framework documentation and component information. This enables intelligent assistance while developing Reflex applications.
812

913
The Reflex MCP server is deployed at `https://mcp.reflex.dev/mcp` and provides access to component documentation and Reflex documentation through standardized MCP tools.

0 commit comments

Comments
 (0)