Skip to content

Commit f5f4d21

Browse files
Itay PazItay Paz
authored andcommitted
fix pr
1 parent f0f91c2 commit f5f4d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/wrapper/CxWrapper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ export class CxWrapper {
376376
const exec = new ExecutionService();
377377
const output = await exec.executeMapTenantOutputCommands(this.config.pathToExecutable, commands);
378378
return output.has(CxConstants.AI_MCP_SERVER_KEY) &&
379-
output.get(CxConstants.AI_MCP_SERVER_KEY).toLowerCase() === "true";
379+
output.get(CxConstants.AI_MCP_SERVER_KEY).toLowerCase() === " true";
380380
}
381381

382382
async kicsChat(apikey: string, file: string, line: number, severity: string, vulnerability: string, input: string, conversationId?: string, model?: string): Promise<CxCommandOutput> {

0 commit comments

Comments
 (0)