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 0e7170a commit 27df8ceCopy full SHA for 27df8ce
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