improved mcp support, including standard "mcpServers" setting with multiple named servers with command/args/env/cwd (#392)

This commit is contained in:
Olcan
2025-05-16 16:29:03 -07:00
committed by GitHub
parent e158a0d59f
commit d9bd2b0e14
5 changed files with 77 additions and 42 deletions

View File

@@ -402,6 +402,7 @@ export async function loadCliConfig(settings: Settings): Promise<Config> {
settings.toolDiscoveryCommand,
settings.toolCallCommand,
settings.mcpServerCommand,
settings.mcpServers,
userAgent,
memoryContent,
fileCount,