Skip to content

Commit 31e1a0f

Browse files
committed
fix(mcp): Updated file system args
1 parent 11b6f88 commit 31e1a0f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/main.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ import {VERSION} from './version.js';
1717

1818
export const args = parseArguments(VERSION);
1919

20+
if (args.slim === undefined) {
21+
args.slim = false;
22+
}
23+
2024
const logFile = args.logFile ? saveLogsToFile(args.logFile) : undefined;
2125
if (
2226
process.env['CI'] ||

0 commit comments

Comments
 (0)