mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 04:00:36 +00:00
improved mcp support, including standard "mcpServers" setting with multiple named servers with command/args/env/cwd (#392)
This commit is contained in:
parent
e158a0d59f
commit
d9bd2b0e14
5 changed files with 77 additions and 42 deletions
|
|
@ -402,6 +402,7 @@ export async function loadCliConfig(settings: Settings): Promise<Config> {
|
|||
settings.toolDiscoveryCommand,
|
||||
settings.toolCallCommand,
|
||||
settings.mcpServerCommand,
|
||||
settings.mcpServers,
|
||||
userAgent,
|
||||
memoryContent,
|
||||
fileCount,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue