We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c27dc49 commit 817cfe2Copy full SHA for 817cfe2
server/aws-lsp-codewhisperer/src/language-server/agenticChat/tools/mcp/mcpUtils.ts
@@ -920,8 +920,8 @@ async function migrateConfigToAgent(
920
...existingAgentConfig,
921
// Merge MCP servers, keeping existing ones if they exist
922
mcpServers: {
923
- ...existingAgentConfig.mcpServers,
924
...newAgentConfig.mcpServers,
+ ...existingAgentConfig.mcpServers,
925
},
926
// Merge tools lists without duplicates
927
tools: [...new Set([...existingAgentConfig.tools, ...newAgentConfig.tools])],
0 commit comments