Skip to content

Commit 8afe030

Browse files
committed
fix overriding all of settings
1 parent 87414ed commit 8afe030

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cli-v3/src/utilities/configFiles.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ export function readConfigHasSeenMCPInstallPrompt(): boolean {
111111
export function writeConfigHasSeenMCPInstallPrompt(hasSeenMCPInstallPrompt: boolean) {
112112
const config = getConfig();
113113
config.settings = {
114+
...config.settings,
114115
hasSeenMCPInstallPrompt,
115116
};
116117
writeAuthConfigFile(config);

0 commit comments

Comments
 (0)