mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-08-03 11:01:22 +08:00
chore(ui): exclude OpenClaw from MCP & Skills app toggle lists
This commit is contained in:
@@ -23,6 +23,14 @@ export const APP_IDS: AppId[] = [
|
||||
"openclaw",
|
||||
];
|
||||
|
||||
/** App IDs shown in MCP & Skills panels (excludes OpenClaw) */
|
||||
export const MCP_SKILLS_APP_IDS: AppId[] = [
|
||||
"claude",
|
||||
"codex",
|
||||
"gemini",
|
||||
"opencode",
|
||||
];
|
||||
|
||||
export const APP_ICON_MAP: Record<AppId, AppConfig> = {
|
||||
claude: {
|
||||
label: "Claude",
|
||||
|
||||
Reference in New Issue
Block a user