Skip to content

Commit 42871ad

Browse files
committed
feat(@angular/cli): add a modernize MCP tool.
1 parent 7f5b1dc commit 42871ad

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
@@ -96,7 +96,6 @@ const TRANSFORMATIONS = [
9696
] as const;
9797

9898
const ALL_TRANSFORMATIONS = TRANSFORMATIONS.map((t) => t.name);
99-
10099
export function registerModernizeTool(server: McpServer): void {
101100
server.registerTool(
102101
'modernize',
@@ -152,6 +151,7 @@ export function registerModernizeTool(server: McpServer): void {
152151
instructions: z.string().optional().describe('Additional instructions.'),
153152
documentation: z.string().optional().describe('A link to relevant documentation.'),
154153
},
154+
155155
},
156156
async (input) => {
157157
try {

0 commit comments

Comments
 (0)