File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
remix-ai-assistant/src/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ export const RemixUiRemixAiAssistant = React.forwardRef<
5656
5757 // Check if MCP is enabled via query parameter
5858 const queryParams = new QueryParams ( )
59- const mcpEnabled = queryParams . exists ( 'mcp ' )
59+ const mcpEnabled = queryParams . exists ( 'experimental ' )
6060
6161 const [ mcpEnhanced , setMcpEnhanced ] = useState ( mcpEnabled )
6262 const { trackMatomoEvent : baseTrackEvent } = useContext ( TrackingContext )
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ const settingsConfig = Registry.getInstance().get('settingsConfig').api
2828
2929// Check if MCP is enabled via query parameter
3030const queryParams = new QueryParams ( )
31- const mcpEnabled = queryParams . exists ( 'mcp ' )
31+ const mcpEnabled = queryParams . exists ( 'experimental ' )
3232
3333const settingsSections : SettingsSection [ ] = [
3434 {
You can’t perform that action at this time.
0 commit comments