Skip to content

Commit 187b6b1

Browse files
committed
fix: app ID potential issue
1 parent f00f26c commit 187b6b1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/cli/commands/mcp.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -180,12 +180,4 @@ export function registerMcpCommand(cli: Command) {
180180
.addOption(editorOption)
181181
.addOption(configScopeOption)
182182
.action(mcpAction);
183-
184-
// Update the config with the cli override values
185-
cli.hook("preAction", (_, command) => {
186-
const { appId } = command.opts();
187-
configStore.setConfig({
188-
appId,
189-
});
190-
});
191183
}

0 commit comments

Comments
 (0)