mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-29 20:56:48 -07:00
format files
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
@@ -153,7 +153,8 @@ async function addMcpServer(
|
||||
sanitizationConfig: {
|
||||
enableEnvironmentVariableRedaction: true,
|
||||
allowedEnvironmentVariables: [],
|
||||
blockedEnvironmentVariables: settings.merged.advanced?.excludedEnvVars ?? [],
|
||||
blockedEnvironmentVariables:
|
||||
settings.merged.advanced?.excludedEnvVars ?? [],
|
||||
},
|
||||
emitMcpDiagnostic: () => {},
|
||||
isTrustedFolder: () => true,
|
||||
|
||||
Reference in New Issue
Block a user