Merge pull request #1752 from QwenLM/fix/mcp-oauth-branding-updates

fix(mcp): improve MCP server management and authentication
This commit is contained in:
tanzhenxin 2026-02-09 09:42:58 +08:00 committed by GitHub
commit cc55d7831a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 302 additions and 130 deletions

View file

@ -49,13 +49,6 @@ export const McpStatus: React.FC<McpStatusProps> = ({
return (
<Box flexDirection="column">
<Text>{t('No MCP servers configured.')}</Text>
<Text>
{t('Please view MCP documentation in your browser:')}{' '}
<Text color={theme.text.link}>
https://goo.gle/gemini-cli-docs-mcp
</Text>{' '}
{t('or use the cli /docs command')}
</Text>
</Box>
);
}