Skip to content

Commit 02de45a

Browse files
authored
Update MCP to GA (#467)
* Update MCP to GA * lint
1 parent 7469cd6 commit 02de45a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

webapp/src/components/system_console/config.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import styled from 'styled-components';
66
import {FormattedMessage, useIntl} from 'react-intl';
77

88
import {setUserProfilePictureByUsername} from '@/client';
9-
import {Pill} from '../../components/pill';
109

1110
import Panel, {PanelFooterText} from './panel';
1211
import Bots, {firstNewBot} from './bots';
@@ -319,7 +318,6 @@ const Config = (props: Props) => {
319318
title={
320319
<Horizontal>
321320
<FormattedMessage defaultMessage='Model Context Protocol (MCP)'/>
322-
<Pill><FormattedMessage defaultMessage='EXPERIMENTAL'/></Pill>
323321
</Horizontal>
324322
}
325323
subtitle={intl.formatMessage({defaultMessage: 'Configure MCP servers to enable AI tools.'})}

0 commit comments

Comments
 (0)