We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8260824 commit 7b41d4aCopy full SHA for 7b41d4a
src/plugin-handlers/config-handler.ts
@@ -348,8 +348,8 @@ export function createConfigHandler(deps: ConfigHandlerDeps) {
348
: { servers: {} };
349
350
config.mcp = {
351
- ...(config.mcp as Record<string, unknown>),
352
...createBuiltinMcps(pluginConfig.disabled_mcps),
+ ...(config.mcp as Record<string, unknown>),
353
...mcpResult.servers,
354
...pluginComponents.mcpServers,
355
};
0 commit comments