-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Commit b366548
refactor(@angular/cli): move find_examples and modernize to experimental
This change moves the `find_examples` and `modernize` tools to the experimental toolset. They can now be enabled by passing the `--experimental-tool <tool_name>` flag to the `ng mcp` command.
For backward compatibility, the `find_examples` tool will also be enabled if the `NG_MCP_CODE_EXAMPLES=1` environment variable is set.1 parent b4de9a1 commit b366548
File tree
2 files changed
+10
-12
lines changed- packages/angular/cli/src/commands/mcp
- tools
2 files changed
+10
-12
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 | - | ||
49 | + | ||
50 | + | ||
50 | 51 |
| |
51 | 52 |
| |
52 | 53 |
| |
53 | - | ||
54 | - | ||
55 | 54 |
| |
56 | - | ||
57 | - | ||
58 | - | ||
55 | + | ||
59 | 56 |
| |
60 | 57 |
| |
61 | 58 |
| |
| |||
65 | 62 |
| |
66 | 63 |
| |
67 | 64 |
| |
68 | - | ||
65 | + | ||
66 | + | ||
67 | + | ||
68 | + | ||
69 | + | ||
70 | + | ||
69 | 71 |
| |
70 | 72 |
| |
71 | 73 |
| |
72 | 74 |
| |
73 | - | ||
75 | + | ||
74 | 76 |
| |
75 | 77 |
| |
76 | 78 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 | - | ||
59 | - | ||
60 | - | ||
61 | - | ||
62 | 58 |
| |
63 | 59 |
| |
64 | 60 |
| |
|
0 commit comments