From c93c4b1eaba656fd647f3d1af544806fd4a442a4 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 19 Nov 2025 14:58:34 +0100 Subject: [PATCH] refactor(@angular/cli): consistent casing for onpush zoneless migration MCP tool name All other tools use `_` in their names. --- .../mcp/tools/onpush-zoneless-migration/zoneless-migration.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/angular/cli/src/commands/mcp/tools/onpush-zoneless-migration/zoneless-migration.ts b/packages/angular/cli/src/commands/mcp/tools/onpush-zoneless-migration/zoneless-migration.ts index bb2b1574d294..080480742d3b 100644 --- a/packages/angular/cli/src/commands/mcp/tools/onpush-zoneless-migration/zoneless-migration.ts +++ b/packages/angular/cli/src/commands/mcp/tools/onpush-zoneless-migration/zoneless-migration.ts @@ -21,7 +21,7 @@ import { sendDebugMessage } from './send-debug-message'; import { createSourceFile, getImportSpecifier } from './ts-utils'; export const ZONELESS_MIGRATION_TOOL = declareTool({ - name: 'onpush-zoneless-migration', + name: 'onpush_zoneless_migration', title: 'Plan migration to OnPush and/or zoneless', description: `