Skip to content

Commit f00f26c

Browse files
committed
chore: format
1 parent 17ba658 commit f00f26c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/cli/commands/mcp.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ import {
1616
import { configStore } from "../stores/config.js";
1717
import { handleError } from "../utils/errors.js";
1818
import { fileExists } from "../utils/file.js";
19-
import {
20-
configScopeOption,
21-
editorOption,
22-
} from "../utils/options.js";
19+
import { configScopeOption, editorOption } from "../utils/options.js";
2320

2421
export const mcpAction = async (options: {
2522
editor?: SupportedEditor;

0 commit comments

Comments
 (0)