We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
modernize
1 parent 44e2d8b commit c4d7ef8Copy full SHA for c4d7ef8
1 file changed
packages/angular/cli/src/commands/mcp/tools/modernize.ts
@@ -119,7 +119,7 @@ export function registerModernizeTool(server: McpServer): void {
119
TRANSFORMATIONS.filter((t) => !t.includedByDefault)
120
.map((t) => `* ${t.name}: ${t.description}`)
121
.join('\n') +
122
- '/<On-Request Transformations>\n' +
+ '/\n<On-Request Transformations>\n' +
123
'\n</Transformations>\n',
124
inputSchema: {
125
files: z.array(
@@ -250,4 +250,4 @@ export function registerModernizeTool(server: McpServer): void {
250
}
251
},
252
);
253
-}
+}
0 commit comments