From df1d129d0b6029e808946edbb9356a446ad0834e Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 19 Nov 2025 15:57:33 +0100 Subject: [PATCH] docs: consistent casing for onpush zoneless migration MCP tool name The tool has been renamed in the CLI for consistency https://github.com/angular/angular-cli/pull/31866 (cherry picked from commit 88546ab127c2d0203c3536fdfb9bca565b4d8aec) --- adev/src/content/ai/mcp-server-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adev/src/content/ai/mcp-server-setup.md b/adev/src/content/ai/mcp-server-setup.md index c4451d50a34..148c4311059 100644 --- a/adev/src/content/ai/mcp-server-setup.md +++ b/adev/src/content/ai/mcp-server-setup.md @@ -12,7 +12,7 @@ The Angular CLI MCP server provides several tools to assist you in your developm | `find_examples` | Finds authoritative code examples from a curated database of official, best-practice examples, focusing on **modern, new, and recently updated** Angular features. | ✅ | ✅ | | `get_best_practices` | Retrieves the Angular Best Practices Guide. This guide is essential for ensuring that all code adheres to modern standards, including standalone components, typed forms, and modern control flow. | ✅ | ✅ | | `list_projects` | Lists the names of all applications and libraries defined within an Angular workspace. It reads the `angular.json` configuration file to identify the projects. | ✅ | ✅ | -| `onpush-zoneless-migration` | Analyzes Angular code and provides a step-by-step, iterative plan to migrate it to `OnPush` change detection, a prerequisite for a zoneless application. | ✅ | ✅ | +| `onpush_zoneless_migration` | Analyzes Angular code and provides a step-by-step, iterative plan to migrate it to `OnPush` change detection, a prerequisite for a zoneless application. | ✅ | ✅ | | `search_documentation` | Searches the official Angular documentation at . This tool should be used to answer any questions about Angular, such as for APIs, tutorials, and best practices. | ❌ | ✅ | ### Experimental Tools