We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ba658 commit f00f26cCopy full SHA for f00f26c
packages/cli/commands/mcp.ts
@@ -16,10 +16,7 @@ import {
16
import { configStore } from "../stores/config.js";
17
import { handleError } from "../utils/errors.js";
18
import { fileExists } from "../utils/file.js";
19
-import {
20
- configScopeOption,
21
- editorOption,
22
-} from "../utils/options.js";
+import { configScopeOption, editorOption } from "../utils/options.js";
23
24
export const mcpAction = async (options: {
25
editor?: SupportedEditor;
0 commit comments