define executors with mcp configuration (#310)

This commit is contained in:
Gabriel Gordon-Hall
2025-07-23 14:10:38 +01:00
committed by GitHub
parent 8bbf327dd5
commit 96f27ff8bc
4 changed files with 33 additions and 4 deletions

View File

@@ -169,6 +169,15 @@ export const EDITOR_LABELS: Record<string, string> = {
"custom": "Custom"
};
export const MCP_SUPPORTED_EXECUTORS: string[] = [
"claude",
"amp",
"gemini",
"sst-opencode",
"charm-opencode",
"claude-code-router"
];
export const SOUND_FILES: SoundFile[] = [
"abstract-sound1",
"abstract-sound2",