Commit 17abf86
fix(gitlab-mcp): add missing cap definition in gitlab_api_mcp_request
Pre-existing bug: const cap was never derived from out_cap in the
first request function (it was present in the GraphQL and mirror
functions but missing from the main request function). Surfaced by
Zig 0.15's stricter identifier resolution.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent fba0013 commit 17abf86
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
| 332 | + | |
| 333 | + | |
332 | 334 | | |
333 | 335 | | |
334 | 336 | | |
| |||
349 | 351 | | |
350 | 352 | | |
351 | 353 | | |
352 | | - | |
| 354 | + | |
353 | 355 | | |
354 | 356 | | |
355 | 357 | | |
| |||
0 commit comments