Files
browser/.github/workflows
Adrià Arrufat 8981a6245c ci: tighten mcp-smoke jq assertions
Replace `grep '"id":N' | jq -e ...` with `jq -ec 'select(.id == N) | ...'`.
The grep form also matched `"id":10`, `"id":11`, ... and any tool description
containing that substring; numeric `select` is type-correct. `jq -e` still
fails the job when `select` produces no output (exit 4), so the smoke
semantics are preserved.

Also add `jq --version` up front so the job fails fast and loud if the
`ubuntu-latest` image ever stops shipping jq.
2026-05-17 10:43:03 +02:00
..
2025-05-09 11:20:51 +02:00
2026-05-04 11:29:24 +02:00
2026-04-24 17:33:16 +08:00
2026-05-07 08:09:33 -07:00