format files

This commit is contained in:
A.K.M. Adib
2026-03-30 18:14:08 -04:00
parent 7865d06fad
commit 38213d910c
5 changed files with 14 additions and 5 deletions
+3 -1
View File
@@ -113,7 +113,9 @@ describe('mcp add command', () => {
},
});
const debugLoggerWarnSpy = vi.spyOn(debugLogger, 'warn').mockImplementation(() => {});
const debugLoggerWarnSpy = vi
.spyOn(debugLogger, 'warn')
.mockImplementation(() => {});
await parser.parseAsync('add sandbox-server /path/to/server');
+2 -1
View File
@@ -153,7 +153,8 @@ async function addMcpServer(
sanitizationConfig: {
enableEnvironmentVariableRedaction: true,
allowedEnvironmentVariables: [],
blockedEnvironmentVariables: settings.merged.advanced?.excludedEnvVars ?? [],
blockedEnvironmentVariables:
settings.merged.advanced?.excludedEnvVars ?? [],
},
emitMcpDiagnostic: () => {},
isTrustedFolder: () => true,