Commit caace27
docs(mcp): address Copilot review comments on cookbook recipe (#665)
Three nits flagged by Copilot review on PR #665:
- Line 185: typo "external- content" → "external-content".
- Line 212: the _variant_postprocess snippet referenced `parent_name`
and `sku` locals that weren't bound in the shown excerpt. Restored
the local declarations (`parent_name: str | None = None` and
`sku = unwrap_unset(attrs_obj.sku, None)`) so the snippet is
internally consistent.
- Line 306: dropped the team-specific "cowork retro" phrasing.
Reframed as "originally a real supplier-item-code lookup that
returned zero results from the legacy cache" — public, accurate,
doesn't require context the reader can't reach.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent d51da13 commit caace27
1 file changed
Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
| 185 | + | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
206 | 209 | | |
207 | 210 | | |
208 | 211 | | |
209 | 212 | | |
210 | | - | |
| 213 | + | |
| 214 | + | |
211 | 215 | | |
212 | 216 | | |
213 | 217 | | |
| |||
302 | 306 | | |
303 | 307 | | |
304 | 308 | | |
305 | | - | |
306 | | - | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
307 | 312 | | |
308 | 313 | | |
309 | 314 | | |
| |||
0 commit comments