We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7469cd6 commit 02de45aCopy full SHA for 02de45a
webapp/src/components/system_console/config.tsx
@@ -6,7 +6,6 @@ import styled from 'styled-components';
6
import {FormattedMessage, useIntl} from 'react-intl';
7
8
import {setUserProfilePictureByUsername} from '@/client';
9
-import {Pill} from '../../components/pill';
10
11
import Panel, {PanelFooterText} from './panel';
12
import Bots, {firstNewBot} from './bots';
@@ -319,7 +318,6 @@ const Config = (props: Props) => {
319
318
title={
320
<Horizontal>
321
<FormattedMessage defaultMessage='Model Context Protocol (MCP)'/>
322
- <Pill><FormattedMessage defaultMessage='EXPERIMENTAL'/></Pill>
323
</Horizontal>
324
}
325
subtitle={intl.formatMessage({defaultMessage: 'Configure MCP servers to enable AI tools.'})}
0 commit comments