Skip to content

Commit 7515b61

Browse files
committed
feat(@angular/cli): add a modernize MCP tool.
1 parent 6c05760 commit 7515b61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/angular/cli/src/commands/mcp/tools/modernize.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ const TRANSFORMATIONS = [
6767
] as const;
6868

6969
const ALL_TRANSFORMATIONS = TRANSFORMATIONS.map((t) => t.name);
70-
7170
export function registerModernizeTool(server: McpServer): void {
7271
server.registerTool(
7372
'modernize',
@@ -106,6 +105,7 @@ export function registerModernizeTool(server: McpServer): void {
106105
}),
107106
),
108107
},
108+
109109
},
110110
async (input) => {
111111
try {

0 commit comments

Comments
 (0)