fix: ambiguous literals (#461)

This commit is contained in:
Mingholy
2025-08-27 15:23:21 +08:00
committed by GitHub
parent 009e083b73
commit 347e606366
9 changed files with 13 additions and 12 deletions

View File

@@ -146,7 +146,7 @@ describe('mcpCommand', () => {
type: 'message',
messageType: 'info',
content:
'No MCP servers configured. Please view MCP documentation in your browser: https://goo.gle/gemini-cli-docs-mcp or use the cli /docs command',
'No MCP servers configured. Please view MCP documentation in your browser: https://qwenlm.github.io/qwen-code-docs/en/tools/mcp-server/#how-to-set-up-your-mcp-server or use the cli /docs command',
});
});
});