diff --git a/packages/core/util/mcp-config.ts b/packages/core/util/mcp-config.ts index f380856c3..b860102ad 100644 --- a/packages/core/util/mcp-config.ts +++ b/packages/core/util/mcp-config.ts @@ -16,8 +16,8 @@ interface AssistantMcpConfig { } export const AI_ASSISTANT_LABELS: Record = { - "generic": ".mcp.json (generic for Claude Code, VS Code, and other assistants)", - "vscode": "VS Code (GitHub Copilot)", + "generic": ".mcp.json (generic for Claude Code, GitHub Copilot, and other assistants)", + "vscode": "VS Code", "cursor": "Cursor", "gemini": "Gemini", "junie": "JetBrains Junie", diff --git a/packages/ng-schematics/src/cli-config/ai-config-schema.json b/packages/ng-schematics/src/cli-config/ai-config-schema.json index 4cdd16ce9..839afe8d9 100644 --- a/packages/ng-schematics/src/cli-config/ai-config-schema.json +++ b/packages/ng-schematics/src/cli-config/ai-config-schema.json @@ -45,8 +45,8 @@ "multiselect": true, "items": [ { "value": "none", "label": "None (skip MCP configuration)" }, - { "value": "generic", "label": ".mcp.json (generic for Claude Code, VS Code, and other assistants)" }, - { "value": "vscode", "label": "VS Code (GitHub Copilot)" }, + { "value": "generic", "label": ".mcp.json (generic for Claude Code, GitHub Copilot, and other assistants)" }, + { "value": "vscode", "label": "VS Code" }, { "value": "cursor", "label": "Cursor" }, { "value": "gemini", "label": "Gemini" }, { "value": "junie", "label": "JetBrains Junie" }