Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/core/util/mcp-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ interface AssistantMcpConfig {
}

export const AI_ASSISTANT_LABELS: Record<AiCodingAssistant, string> = {
"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",
Comment on lines 18 to 21
"gemini": "Gemini",
"junie": "JetBrains Junie",
Expand Down
4 changes: 2 additions & 2 deletions packages/ng-schematics/src/cli-config/ai-config-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Comment on lines +48 to +49
{ "value": "cursor", "label": "Cursor" },
Comment on lines +48 to 50
{ "value": "gemini", "label": "Gemini" },
{ "value": "junie", "label": "JetBrains Junie" }
Expand Down