We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f00f26c commit 187b6b1Copy full SHA for 187b6b1
1 file changed
packages/cli/commands/mcp.ts
@@ -180,12 +180,4 @@ export function registerMcpCommand(cli: Command) {
180
.addOption(editorOption)
181
.addOption(configScopeOption)
182
.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
191
}
0 commit comments