Commit b9ea116
feat(ng-schematics): add ai-config schematic for AI/MCP server config… (#1624)
* feat(ng-schematics): add ai-config schematic for AI/MCP server configuration
* fix(ng-schematics): use jsonc-parser for parsing MCP configuration file
* feat(ng-schematics): add angular-cli server configuration to MCP settings
* feat(ng-schematics): use jsonc-parser for MCP configuration updates to parse json with comments
* fix(ng-schematics): ensure .vscode/mcp.json is not modified if both servers are present
---------
Co-authored-by: Konstantin Dinev <kdinev@infragistics.com>
Co-authored-by: DKalinov <dkalinov@infragistics.com>
Co-authored-by: dkalinovInfra <130121354+dkalinovInfra@users.noreply.github.com>1 parent dbd270d commit b9ea116
3 files changed
Lines changed: 26 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
120 | 121 | | |
121 | 122 | | |
122 | 123 | | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
123 | 128 | | |
124 | 129 | | |
125 | 130 | | |
| |||
130 | 135 | | |
131 | 136 | | |
132 | 137 | | |
133 | | - | |
| 138 | + | |
| 139 | + | |
134 | 140 | | |
135 | | - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
136 | 146 | | |
137 | | - | |
138 | | - | |
| 147 | + | |
139 | 148 | | |
140 | 149 | | |
141 | | - | |
142 | | - | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
143 | 155 | | |
144 | | - | |
145 | | - | |
146 | | - | |
| 156 | + | |
| 157 | + | |
147 | 158 | | |
148 | 159 | | |
149 | 160 | | |
150 | 161 | | |
| 162 | + | |
151 | 163 | | |
152 | 164 | | |
153 | 165 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
| 366 | + | |
366 | 367 | | |
367 | 368 | | |
368 | 369 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
36 | 40 | | |
37 | 41 | | |
38 | 42 | | |
| |||
0 commit comments