We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
modernize
1 parent 7f5b1dc commit 42871adCopy full SHA for 42871ad
1 file changed
packages/angular/cli/src/commands/mcp/tools/modernize.ts
@@ -96,7 +96,6 @@ const TRANSFORMATIONS = [
96
] as const;
97
98
const ALL_TRANSFORMATIONS = TRANSFORMATIONS.map((t) => t.name);
99
-
100
export function registerModernizeTool(server: McpServer): void {
101
server.registerTool(
102
'modernize',
@@ -152,6 +151,7 @@ export function registerModernizeTool(server: McpServer): void {
152
151
instructions: z.string().optional().describe('Additional instructions.'),
153
documentation: z.string().optional().describe('A link to relevant documentation.'),
154
},
+
155
156
async (input) => {
157
try {
0 commit comments