-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Commit b4de9a1
feat(@angular/cli): add --experimental-tool option to mcp command
This change introduces an `--experimental-tool` flag (with a `-E` alias) to the `ng mcp` command. This flag allows users to enable specific experimental tools by providing their names.
Experimental tools are kept separate from the main toolset and are only registered if explicitly enabled via this option. This provides a mechanism for safely developing and testing new tools without exposing them to all users by default.1 parent 755ba70 commit b4de9a1
2 files changed
+32
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 | + | ||
47 | + | ||
48 | + | ||
49 | + | ||
50 | + | ||
51 | + | ||
46 | 52 |
| |
47 | 53 |
| |
48 | 54 |
| |
49 | - | ||
55 | + | ||
56 | + | ||
57 | + | ||
58 | + | ||
59 | + | ||
50 | 60 |
| |
51 | 61 |
| |
52 | 62 |
| |
| |||
58 | 68 |
| |
59 | 69 |
| |
60 | 70 |
| |
71 | + | ||
61 | 72 |
| |
62 | 73 |
| |
63 | 74 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | - | ||
19 | + | ||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 | + | ||
26 | 27 |
| |
27 | 28 |
| |
28 | 29 |
| |
| |||
53 | 54 |
| |
54 | 55 |
| |
55 | 56 |
| |
57 | + | ||
58 | + | ||
59 | + | ||
56 | 60 |
| |
57 | 61 |
| |
58 | 62 |
| |
| |||
61 | 65 |
| |
62 | 66 |
| |
63 | 67 |
| |
68 | + | ||
69 | + | ||
70 | + | ||
71 | + | ||
72 | + | ||
73 | + | ||
74 | + | ||
75 | + | ||
76 | + | ||
77 | + | ||
78 | + | ||
79 | + | ||
80 | + | ||
81 | + | ||
82 | + | ||
64 | 83 |
| |
65 | 84 |
| |
66 | 85 |
| |
|
0 commit comments