We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ebc32 commit d13c4bfCopy full SHA for d13c4bf
packages/cli-v3/src/utilities/configFiles.ts
@@ -111,6 +111,7 @@ export function readConfigHasSeenMCPInstallPrompt(): boolean {
111
export function writeConfigHasSeenMCPInstallPrompt(hasSeenMCPInstallPrompt: boolean) {
112
const config = getConfig();
113
config.settings = {
114
+ ...config.settings,
115
hasSeenMCPInstallPrompt,
116
};
117
writeAuthConfigFile(config);
0 commit comments