Skip to content

Commit fba31e3

Browse files
Updates storage key and splits automatic and manual installation subtasks
1 parent 20bcbeb commit fba31e3

File tree

2 files changed

+197
-186
lines changed

2 files changed

+197
-186
lines changed

src/constants.storage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export type DeprecatedGlobalStorage = {
6363
};
6464

6565
export type GlobalStorage = {
66-
'ai:mcp:attemptInstall': string;
66+
'ai:mcp:install': string;
6767
'ai:mcp:installPath': string;
6868
avatars: [string, StoredAvatar][];
6969
'confirm:ai:generateCommits': boolean;

0 commit comments

Comments
 (0)