Skip to content

Commit 6d61494

Browse files
committed
fix lint
1 parent a5ef61f commit 6d61494

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* mcp-cli <server>/<tool> <json> Call tool with arguments
1111
*/
1212

13+
import * as fs from 'node:fs';
1314
import { callCommand } from './commands/call.js';
1415
import { grepCommand } from './commands/grep.js';
1516
import { infoCommand } from './commands/info.js';
@@ -27,7 +28,6 @@ import {
2728
unknownOptionError,
2829
} from './errors.js';
2930
import { VERSION } from './version.js';
30-
import * as fs from 'node:fs';
3131

3232
/**
3333
* Check if stdin has data available (for detecting piped input in non-TTY environments)

0 commit comments

Comments
 (0)