Skip to content

Commit cc278a6

Browse files
committed
Add new commands for reloading and toggling MCP server states
1 parent 7d5dd40 commit cc278a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/schemas/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ const commandIds = [
5757
"setCustomStoragePath",
5858
"focusInput",
5959
"acceptInput",
60+
"extension.reloadAllMcpServers",
61+
"extension.toggleAllMcpServersDisabled",
6062
] as const
6163

6264
export type CommandId = (typeof commandIds)[number]

0 commit comments

Comments
 (0)