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 87414ed commit 8afe030Copy full SHA for 8afe030
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