-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Commit f88fd74
refactor(@angular/cli): use main element extraction for MCP doc search
The angular.dev documenation now uses `main` elements within each page to
indicate the actual content. To reduce the amount of HTML passed back in
the MCP `search_documentation` tool, only the `main` element is now used
instead of the entire `body` element.1 parent aae5374 commit f88fd74
1 file changed
+7
-8
lines changedLines changed: 7 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
104 | - | ||
104 | + | ||
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
| |||
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
132 | - | ||
132 | + | ||
133 | 133 |
| |
134 | 134 |
| |
135 | - | ||
135 | + | ||
136 | 136 |
| |
137 | - | ||
138 | - | ||
139 | - | ||
137 | + | ||
138 | + | ||
140 | 139 |
| |
141 | 140 |
| |
142 | 141 |
| |
143 | 142 |
| |
144 | - | ||
143 | + | ||
145 | 144 |
| |
146 | 145 |
| |
147 | 146 |
| |
148 | 147 |
| |
149 | - | ||
148 | + | ||
150 | 149 |
| |
151 | 150 |
| |
152 | 151 |
| |
|
0 commit comments