Skip to content

Commit 88546ab

Browse files
cexbrayatkirjs
authored andcommitted
docs: consistent casing for onpush zoneless migration MCP tool name
The tool has been renamed in the CLI for consistency angular/angular-cli#31866
1 parent 46269be commit 88546ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adev/src/content/ai/mcp-server-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The Angular CLI MCP server provides several tools to assist you in your developm
1212
| `find_examples` | Finds authoritative code examples from a curated database of official, best-practice examples, focusing on **modern, new, and recently updated** Angular features. |||
1313
| `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. |||
1414
| `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. |||
15-
| `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. |||
15+
| `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. |||
1616
| `search_documentation` | Searches the official Angular documentation at <https://angular.dev>. This tool should be used to answer any questions about Angular, such as for APIs, tutorials, and best practices. |||
1717

1818
### Experimental Tools

0 commit comments

Comments
 (0)