Skip to content

Commit 3cf471f

Browse files
committed
fix(@angular/cli): Remove nonexistent link from MCP response
1 parent 88773ba commit 3cf471f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ export async function runModernization(input: ModernizeInput, host: Host) {
100100
if (transformationNames.length === 0) {
101101
return createStructuredContentOutput({
102102
instructions: [
103-
'See https://angular.dev/best-practices for Angular best practices. ' +
104-
'You can call this tool if you have specific transformation you want to run.',
103+
'Call this tool with the specific transformations you want to run. See the tool description for more info. Also call the' +
104+
' `get_best_practices` tool for general Angular best practices.',
105105
],
106106
});
107107
}

0 commit comments

Comments
 (0)