mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
fix(mcp): update OAuth client names and improve MCP commands
- Rename MCP OAuth client names from 'Gemini CLI' to 'Qwen Code' - Update MCP add/remove/list commands with improved error handling - Add comprehensive tests for OAuth provider - Fix token storage test assertions - Clean up unused i18n translation keys - Update gemini-converter and window title references Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
parent
36931e1eab
commit
21e711469d
27 changed files with 244 additions and 124 deletions
|
|
@ -1065,9 +1065,6 @@ export default {
|
|||
// MCP Status
|
||||
// ============================================================================
|
||||
'No MCP servers configured.': 'Nenhum servidor MCP configurado.',
|
||||
'Please view MCP documentation in your browser:':
|
||||
'Veja a documentação do MCP no seu navegador:',
|
||||
'or use the cli /docs command': 'ou use o comando cli /docs',
|
||||
'⏳ MCP servers are starting up ({{count}} initializing)...':
|
||||
'⏳ Servidores MCP estão iniciando ({{count}} inicializando)...',
|
||||
'Note: First startup may take longer. Tool availability will update automatically.':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue