Skip to content

Commit c4d7ef8

Browse files
committed
feat(@angular/cli): add a modernize MCP tool.
Sync to latest
1 parent 44e2d8b commit c4d7ef8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export function registerModernizeTool(server: McpServer): void {
119119
TRANSFORMATIONS.filter((t) => !t.includedByDefault)
120120
.map((t) => `* ${t.name}: ${t.description}`)
121121
.join('\n') +
122-
'/<On-Request Transformations>\n' +
122+
'/\n<On-Request Transformations>\n' +
123123
'\n</Transformations>\n',
124124
inputSchema: {
125125
files: z.array(
@@ -250,4 +250,4 @@ export function registerModernizeTool(server: McpServer): void {
250250
}
251251
},
252252
);
253-
}
253+
}

0 commit comments

Comments
 (0)